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.

AccuracyResult

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

Fields

NameTypeDescription
scoreEvaluationScoreOverall score
inputStringInput text
expectedStringExpected output
actualStringActual output
passedboolWhether it passed

Source

View on GitHub

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