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

# Display Event Type • Rust AI Agent SDK

> DisplayEventType: Display event types

# DisplayEventType

> Defined in the [**Display Types**](../modules/display_types) module.

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

Display event types

## Fields

| Name             | Type      | Description         |
| ---------------- | --------- | ------------------- |
| `Agent`          | `variant` | -                   |
| `interaction`    | `variant` | -                   |
| `Interaction`    | `variant` | Agent interaction   |
| `Self`           | `variant` | -                   |
| `reflection`     | `variant` | -                   |
| `SelfReflection` | `variant` | Self reflection     |
| `Tool`           | `variant` | -                   |
| `call`           | `variant` | -                   |
| `ToolCall`       | `variant` | Tool call           |
| `Error`          | `variant` | -                   |
| `Error`          | `variant` | Error               |
| `Generating`     | `variant` | -                   |
| `response`       | `variant` | -                   |
| `Generating`     | `variant` | Generating response |
| `Reasoning`      | `variant` | -                   |
| `steps`          | `variant` | -                   |
| `ReasoningSteps` | `variant` | Reasoning steps     |
| `Working`        | `variant` | -                   |
| `status`         | `variant` | -                   |
| `WorkingStatus`  | `variant` | Working status      |
| `Instruction`    | `variant` | -                   |
| `Instruction`    | `variant` | Instruction         |
| `Custom`         | `variant` | -                   |
| `event`          | `variant` | -                   |
| `Custom`         | `variant` | Custom event        |

## Source

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

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Rust Display" icon="display" href="/docs/rust/display" />

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