Documentation Index
Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
Use this file to discover all available pages before exploring further.
CriteriaResult
Defined in the eval module.Rust AI Agent SDK Result from a criteria evaluation.
Fields
| Name | Type | Description |
|---|---|---|
score | EvaluationScore | Overall score |
criteria | Vec<CriteriaScore> | Individual criteria scores |
passed | bool | Whether it passed |
Source
View on GitHub
praisonai/src/eval/mod.rs at line 266
