LocalShellToolParam interface
允许模型在本地环境中执行 shell 命令的工具。
- 扩展
属性
| description | 可选的用户自定义描述,用于该工具或配置。 |
| name | 该工具或配置可选择用户自定义名称。 |
| type | 本地 shell 工具的类型。 始终为 |
属性详细信息
description
可选的用户自定义描述,用于该工具或配置。
description?: string
属性值
string
name
该工具或配置可选择用户自定义名称。
name?: string
属性值
string
type
本地 shell 工具的类型。 始终为 local_shell。
type: "local_shell"
属性值
"local_shell"