MemoryStore interface
可以存储和检索用户记忆的内存存储。
属性
| created_at | 创建内存存储时的 Unix 时间戳(秒)。 |
| definition | 内存存储的定义。 |
| description | 内存存储的人类可读描述。 |
| id | 内存存储的唯一标识符。 |
| metadata | 要与内存存储关联的任意键值元数据。 |
| name | 内存存储的名称。 |
| object | 对象类型,始终为“memory_store”。 |
| updated_at | 上次更新内存存储时的 Unix 时间戳(秒)。 |
属性详细信息
created_at
创建内存存储时的 Unix 时间戳(秒)。
created_at: Date
属性值
Date
definition
description
内存存储的人类可读描述。
description?: string
属性值
string
id
内存存储的唯一标识符。
id: string
属性值
string
metadata
要与内存存储关联的任意键值元数据。
metadata?: Record<string, string>
属性值
Record<string, string>
name
内存存储的名称。
name: string
属性值
string
object
对象类型,始终为“memory_store”。
object: "memory_store"
属性值
"memory_store"
updated_at
上次更新内存存储时的 Unix 时间戳(秒)。
updated_at: Date
属性值
Date