MemorySearchPreviewTool interface
エージェントに記憶を統合するためのツール。
- Extends
プロパティ
| memory_store_name | 使用するメモリストアの名前。 |
| scope | ユーザー ID などのメモリーをグループ化および分離するために使用される名前空間。
取得または更新できるメモリを制限します。
特別な変数 |
| search_options | メモリストアを検索するためのオプション。 |
| type | ツールの種類。 常に |
| update_delay | 非アクティブ後にメモリを更新するまでの待機時間 (秒)。 デフォルトは 300 です。 |
プロパティの詳細
memory_store_name
使用するメモリストアの名前。
memory_store_name: string
プロパティ値
string
scope
ユーザー ID などのメモリーをグループ化および分離するために使用される名前空間。
取得または更新できるメモリを制限します。
特別な変数 {{$userId}} を使用して、メモリーを現在サインインしているユーザーにスコープします。
scope: string
プロパティ値
string
search_options
type
ツールの種類。 常に memory_search_preview です。
type: "memory_search_preview"
プロパティ値
"memory_search_preview"
update_delay
非アクティブ後にメモリを更新するまでの待機時間 (秒)。 デフォルトは 300 です。
update_delay?: number
プロパティ値
number