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

# Reflection Preset • Rust AI Agent SDK

> ReflectionPreset: Reflection preset configuration

# ReflectionPreset

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

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

Reflection preset configuration

## Fields

| Name             | Type    | Description        |
| ---------------- | ------- | ------------------ |
| `enabled`        | `bool`  | Enable reflection  |
| `min_iterations` | `usize` | Minimum iterations |
| `max_iterations` | `usize` | Maximum iterations |

## Source

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

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Rust Reflection" icon="mirror" href="/docs/rust/reflection" />

  <Card title="Rust Self-Reflection" icon="brain" href="/docs/rust/self-reflection" />
</CardGroup>
