共用方式為


MemoryItem interface

儲存在記憶體存放區中的單一記憶體項目,包含內容和中繼資料。

屬性

content

記憶體的內容。

kind

鑑別器可能的值:user_profile、chat_summary

memory_id

記憶體項目的唯一 ID。

scope

以邏輯方式分組及隔離記憶體的命名空間,例如使用者 ID。

updated_at

記憶體項目的最後更新時間。

屬性詳細資料

content

記憶體的內容。

content: string

屬性值

string

kind

鑑別器可能的值:user_profile、chat_summary

kind: MemoryItemKind

屬性值

memory_id

記憶體項目的唯一 ID。

memory_id: string

屬性值

string

scope

以邏輯方式分組及隔離記憶體的命名空間,例如使用者 ID。

scope: string

屬性值

string

updated_at

記憶體項目的最後更新時間。

updated_at: Date

屬性值

Date