ReliabilityResult
Defined in the eval module.Rust AI Agent SDK Result from a reliability evaluation.
Fields
| Name | Type | Description |
|---|---|---|
score | EvaluationScore | Overall score |
tool_calls | Vec<ToolCallResult> | Tool call results |
passed | bool | Whether it passed |
Source
View on GitHub
praisonai/src/eval/mod.rs at line 255
