次の方法で共有


ChatSummaryMemoryItem interface

会話から抽出された要約を含むメモリアイテム。

Extends

プロパティ

kind

メモリーアイテムの種類。

継承されたプロパティ

content

メモリの内容。

memory_id

メモリー項目の一意の ID。

scope

ユーザー ID などのメモリを論理的にグループ化して分離する名前空間。

updated_at

メモリー項目の最終更新時刻。

プロパティの詳細

kind

メモリーアイテムの種類。

kind: "chat_summary"

プロパティ値

"chat_summary"

継承されたプロパティの詳細

content

メモリの内容。

content: string

プロパティ値

string

承元MemoryItem.content

memory_id

メモリー項目の一意の ID。

memory_id: string

プロパティ値

string

承元MemoryItem.memory_id

scope

ユーザー ID などのメモリを論理的にグループ化して分離する名前空間。

scope: string

プロパティ値

string

承元MemoryItem.scope

updated_at

メモリー項目の最終更新時刻。

updated_at: Date

プロパティ値

Date

承元MemoryItem.updated_at