次の方法で共有


UserProfileMemoryItem interface

会話から抽出されたユーザープロファイル情報(好み、興味、個人情報など)を具体的に含むメモリアイテム。

Extends

プロパティ

kind

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

継承されたプロパティ

content

メモリの内容。

memory_id

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

scope

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

updated_at

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

プロパティの詳細

kind

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

kind: "user_profile"

プロパティ値

"user_profile"

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

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