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

# A GUI Run Input • Rust AI Agent SDK

> AGUIRunInput: AGUI Run Input

# AGUIRunInput

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

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

AGUI Run Input

## Fields

| Name              | Type                              | Description          |
| ----------------- | --------------------------------- | -------------------- |
| `Option`          | `:is_none")]`                     | Run ID               |
| `run_id`          | `Option&lt;String&gt;`            | Run ID               |
| `Option`          | `:is_none")]`                     | Thread ID            |
| `thread_id`       | `Option&lt;String&gt;`            | Thread ID            |
| `messages`        | `Vec&lt;AGUIMessage&gt;`          | Messages             |
| `Option`          | `:is_none")]`                     | State                |
| `state`           | `Option&lt;serde_json::Value&gt;` | State                |
| `Option`          | `:is_none")]`                     | Forwarded properties |
| `forwarded_props` | `Option&lt;serde_json::Value&gt;` | Forwarded properties |

## Source

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

***

## Related Documentation

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

  <Card title="Rust Agent UI" icon="display" href="/docs/rust/agent-ui-agui" />
</CardGroup>
