Skip to main content

ReliabilityEvaluator

Defined in the eval module.
Rust AI Agent SDK Evaluator for reliability (tool call verification).

Fields

NameTypeDescription
expected_toolsVec<String>Expected tool calls
configEvaluatorConfigConfiguration

Methods

new

fn new() -> ReliabilityEvaluatorBuilder
Create a new builder.

evaluate

fn evaluate(&self, called_tools: &[String]) -> ReliabilityResult
Evaluate tool calls. Parameters:
NameType
called_tools&[String]

Source

View on GitHub

praisonai/src/eval/mod.rs at line 529