Skip to main content

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

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

Rust Evaluation

Rust Criteria