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.
ReliabilityEvaluatorBuilder
Defined in the eval module.
Rust AI Agent SDK
Builder for ReliabilityEvaluator.
Fields
| Name | Type | Description |
|---|
expected_tools | Vec<String> | - |
config | EvaluatorConfig | - |
Methods
fn expect_tool(mut self, tool: impl Into<String>) -> Self
Add expected tool.
Parameters:
| Name | Type |
|---|
tool | impl Into<String> |
threshold
fn threshold(mut self, threshold: f64) -> Self
Set threshold.
Parameters:
build
fn build(self) -> ReliabilityEvaluator
Build the evaluator.
Source
View on GitHub
praisonai/src/eval/mod.rs at line 583