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.
ReliabilityEvaluator
Defined in the eval module.Rust AI Agent SDK Evaluator for reliability (tool call verification).
Fields
| Name | Type | Description |
|---|---|---|
expected_tools | Vec<String> | Expected tool calls |
config | EvaluatorConfig | Configuration |
Methods
new
evaluate
| Name | Type |
|---|---|
called_tools | &[String] |
Source
View on GitHub
praisonai/src/eval/mod.rs at line 529
