LocalShellToolParam interface
允许模型在本地环境中执行 shell 命令的工具。
- 扩展
属性
| description | Deprecated. 该属性已被弃用,未来版本中将被移除。 |
| name | Deprecated. 该属性已被弃用,未来版本中将被移除。 |
| tool_configs | Deprecated. 该属性已被弃用,未来版本中将被移除。 |
| type | 本地 shell 工具的类型。 始终为 |
属性详细信息
description
Deprecated. 该属性已被弃用,未来版本中将被移除。
description?: string
属性值
string
name
Deprecated. 该属性已被弃用,未来版本中将被移除。
name?: string
属性值
string
tool_configs
Deprecated. 该属性已被弃用,未来版本中将被移除。
tool_configs?: Record<string, ToolConfig>
属性值
Record<string, ToolConfig>
type
本地 shell 工具的类型。 始终为 local_shell。
type: "local_shell"
属性值
"local_shell"