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

# Output Preset • Rust AI Agent SDK

> OutputPreset: Output preset configuration

# OutputPreset

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

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

Output preset configuration

## Fields

| Name              | Type   | Description         |
| ----------------- | ------ | ------------------- |
| `verbose`         | `bool` | Verbose output      |
| `markdown`        | `bool` | Markdown formatting |
| `show_tool_calls` | `bool` | Show tool calls     |
| `show_reasoning`  | `bool` | Show reasoning      |
| `stream`          | `bool` | Stream output       |

## Source

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

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Rust Output" icon="file-export" href="/docs/rust/output" />

  <Card title="Rust Structured Output" icon="code" href="/docs/rust/structured-output" />

  <Card title="Rust Display" icon="display" href="/docs/rust/display" />
</CardGroup>
