AccuracyResult
Defined in the eval module.Rust AI Agent SDK Result from an accuracy evaluation.
Fields
| Name | Type | Description |
|---|---|---|
score | EvaluationScore | Overall score |
input | String | Input text |
expected | String | Expected output |
actual | String | Actual output |
passed | bool | Whether it passed |
Source
View on GitHub
praisonai/src/eval/mod.rs at line 229
