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

# LLM Message • Rust AI Agent SDK

> LLMMessage: LLM Message for plugin hooks

# LLMMessage

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

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

LLM Message for plugin hooks

## Fields

| Name      | Type     | Description     |
| --------- | -------- | --------------- |
| `role`    | `String` | Message role    |
| `content` | `String` | Message content |

## Source

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

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Rust LLM" icon="microchip" href="/docs/docs/rust/llm" />

  <Card title="Rust Providers" icon="server" href="/docs/docs/rust/providers" />

  <Card title="Rust Failover" icon="shield" href="/docs/docs/rust/failover" />
</CardGroup>
