EvaluatorConfig
Defined in the eval module.Rust AI Agent SDK Configuration for evaluators.
Fields
| Name | Type | Description |
|---|---|---|
threshold | f64 | Passing threshold |
print_summary | bool | Whether to print summary |
model | Option<String> | Model to use for LLM-based evaluation |
max_retries | usize | Maximum retries |
Source
View on GitHub
praisonai/src/eval/mod.rs at line 290
