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

# Is Passing • Rust AI Agent SDK

> is_passing: Check if passing (= threshold).

# is\_passing

<div className="flex items-center gap-2">
  <Badge color="purple">Method</Badge>
</div>

> This is a method of the [**EvaluationScore**](../classes/EvaluationScore) class in the [**eval**](../modules/eval) module.

Check if passing (>= threshold).

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def is_passing(&self, threshold: f64) -> bool
```

## Parameters

<ParamField query="threshold" type="f64" required={true}>
  No description available.
</ParamField>

### Returns

<ResponseField name="Returns" type="bool">
  The result of the operation.
</ResponseField>
