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

# Context Entry • Rust AI Agent SDK

> ContextEntry: Context entry

# ContextEntry

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

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

Context entry

## Fields

| Name         | Type                    | Description     |
| ------------ | ----------------------- | --------------- |
| `role`       | `String`                | Entry role      |
| `content`    | `String`                | Entry content   |
| `timestamp`  | `std::time::SystemTime` | Entry timestamp |
| `metadata`   | `HashMap&lt;String`     | Entry metadata  |
| `serde_json` | `:Value&gt;`            | Entry metadata  |

## Source

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

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Rust Context Management" icon="layer-group" href="/docs/rust/context-management" />

  <Card title="Rust Token Management" icon="coins" href="/docs/rust/token-management" />
</CardGroup>
