ToolboxSearchPreviewToolboxTool interface
一个存储在工具箱中的工具箱搜索工具。
- 扩展
属性
| type | 工具的类型。 始终为 |
继承属性
| description | 可选的用户自定义描述,用于该工具或配置。 |
| name | 该工具或配置可选择用户自定义名称。 |
| tool_configs | 每个工具的配置图。 键是工具名称或 |
属性详细信息
type
工具的类型。 始终为 toolbox_search_preview。
type: "toolbox_search_preview"
属性值
"toolbox_search_preview"
继承属性详细信息
description
name
tool_configs
每个工具的配置图。 键是工具名称或 * (通用默认)。
分辨率排序:精确的刀具名称匹配优先于 *。
未知的工具名称在运行时会被无声地忽略。
tool_configs?: Record<string, ToolConfig>
属性值
Record<string, ToolConfig>