Documentation Index
Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
Use this file to discover all available pages before exploring further.
ContextEntry
Defined in the specialized module.Rust AI Agent SDK Context entry
Fields
| Name | Type | Description |
|---|---|---|
role | String | Entry role |
content | String | Entry content |
timestamp | std::time::SystemTime | Entry timestamp |
metadata | HashMap<String | Entry metadata |
serde_json | :Value> | Entry metadata |
Source
View on GitHub
praisonai/src/parity/specialized.rs at line 57
