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.

evaluate

Method
This is a method of the ReliabilityEvaluator class in the eval module.
Evaluate tool calls.

Signature

def evaluate(&self, called_tools: &[String]) -> ReliabilityResult

Parameters

called_tools
&
required
No description available.

Returns

Returns
ReliabilityResult
The result of the operation.

Rust Evaluation

Rust Criteria