次の方法で共有


MemoryItem interface

メモリ ストアに格納され、コンテンツとメタデータを含む 1 つのメモリ項目。

プロパティ

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