CaptureStructuredOutputsTool interface
用于捕获结构化输出的工具
- 扩展
属性
| description | 可选的用户自定义描述,用于该工具或配置。 |
| name | 该工具或配置可选择用户自定义名称。 |
| outputs | 要从模型捕获的结构化输出。 |
| type | 工具的类型。 始终为 |
属性详细信息
description
可选的用户自定义描述,用于该工具或配置。
description?: string
属性值
string
name
该工具或配置可选择用户自定义名称。
name?: string
属性值
string
outputs
type
工具的类型。 始终为 capture_structured_outputs。
type: "capture_structured_outputs"
属性值
"capture_structured_outputs"