Skip to main content

EvaluationScore

Defined in the eval module.
Rust AI Agent SDK Score from an evaluation.

Fields

Methods

new

Create a new score. Parameters:

with_reasoning

Set reasoning. Parameters:

with_confidence

Set confidence. Parameters:

is_passing

Check if passing (>= threshold). Parameters:

as_percentage

Convert to percentage.

Source

View on GitHub

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

Rust Evaluation

Rust Criteria