MemoryItem interface
A single memory item stored in the memory store, containing content and metadata.
Properties
| content | The content of the memory. |
| kind | The discriminator possible values: user_profile, chat_summary |
| memory_id | The unique ID of the memory item. |
| scope | The namespace that logically groups and isolates memories, such as a user ID. |
| updated_at | The last update time of the memory item. |
Property Details
content
The content of the memory.
content: string
Property Value
string
kind
The discriminator possible values: user_profile, chat_summary
kind: MemoryItemKind
Property Value
memory_id
The unique ID of the memory item.
memory_id: string
Property Value
string
scope
The namespace that logically groups and isolates memories, such as a user ID.
scope: string
Property Value
string
updated_at
The last update time of the memory item.
updated_at: Date
Property Value
Date