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

# Min Iterations • Rust AI Agent SDK

> min_iterations: Set min iterations

# min\_iterations

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

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

Set min iterations

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def min_iterations(mut self, min: usize) -> Self
```

## Parameters

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

### Returns

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