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.
MemoryMessage
Defined in the protocols module.Rust AI Agent SDK A message stored in memory.
Fields
| Name | Type | Description |
|---|---|---|
role | String | Message role |
content | String | Message content |
timestamp | u64 | Timestamp |
metadata | HashMap<String | Metadata |
Methods
new
| Name | Type |
|---|---|
role | impl Into<String> |
content | impl Into<String> |
Source
View on GitHub
praisonai/src/protocols/mod.rs at line 115
