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

# Approval Decision • Rust AI Agent SDK

> ApprovalDecision: Approval decision

# ApprovalDecision

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

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

Approval decision

## Fields

| Name          | Type      | Description              |
| ------------- | --------- | ------------------------ |
| `Approve`     | `variant` | -                        |
| `the`         | `variant` | -                        |
| `action`      | `variant` | -                        |
| `Approve`     | `variant` | Approve the action       |
| `Deny`        | `variant` | -                        |
| `the`         | `variant` | -                        |
| `action`      | `variant` | -                        |
| `Deny`        | `variant` | Deny the action          |
| `Ask`         | `variant` | -                        |
| `for`         | `variant` | -                        |
| `more`        | `variant` | -                        |
| `information` | `variant` | -                        |
| `AskMore`     | `variant` | Ask for more information |

## 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 Approval" icon="check" href="/docs/rust/approval" />

  <Card title="Rust Guardrails" icon="shield" href="/docs/rust/guardrails" />
</CardGroup>
