ChatSummaryMemoryItem interface
A memory item containing a summary extracted from conversations.
- Extends
Properties
| kind | The kind of the memory item. |
Inherited Properties
| content | The content of the memory. |
| 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
kind
The kind of the memory item.
kind: "chat_summary"
Property Value
"chat_summary"
Inherited Property Details
content
memory_id
The unique ID of the memory item.
memory_id: string
Property Value
string
Inherited From MemoryItem.memory_id
scope
The namespace that logically groups and isolates memories, such as a user ID.
scope: string
Property Value
string
Inherited From MemoryItem.scope
updated_at
The last update time of the memory item.
updated_at: Date
Property Value
Date
Inherited From MemoryItem.updated_at