> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Accuracy Result • Rust AI Agent SDK

> AccuracyResult: Result from an accuracy evaluation.

# AccuracyResult

> Defined in the [**eval**](../modules/eval) module.

<Badge color="orange">Rust AI Agent SDK</Badge>

Result from an accuracy evaluation.

## Fields

| Name       | Type              | Description       |
| ---------- | ----------------- | ----------------- |
| `score`    | `EvaluationScore` | Overall score     |
| `input`    | `String`          | Input text        |
| `expected` | `String`          | Expected output   |
| `actual`   | `String`          | Actual output     |
| `passed`   | `bool`            | Whether it passed |

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-rust/praisonai/src/eval/mod.rs#L229">
  `praisonai/src/eval/mod.rs` at line 229
</Card>
