> ## 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.

# Reliability Result • Rust AI Agent SDK

> ReliabilityResult: Result from a reliability evaluation.

# ReliabilityResult

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

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

Result from a reliability evaluation.

## Fields

| Name         | Type                        | Description       |
| ------------ | --------------------------- | ----------------- |
| `score`      | `EvaluationScore`           | Overall score     |
| `tool_calls` | `Vec&lt;ToolCallResult&gt;` | Tool call results |
| `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#L255">
  `praisonai/src/eval/mod.rs` at line 255
</Card>
