LocalShellToolParam interface
A tool that allows the model to execute shell commands in a local environment.
- Extends
Properties
| description | Deprecated. This property is deprecated and will be removed in a future version. |
| name | Deprecated. This property is deprecated and will be removed in a future version. |
| tool_configs | Deprecated. This property is deprecated and will be removed in a future version. |
| type | The type of the local shell tool. Always |
Property Details
description
Deprecated. This property is deprecated and will be removed in a future version.
description?: string
Property Value
string
name
Deprecated. This property is deprecated and will be removed in a future version.
name?: string
Property Value
string
tool_configs
Deprecated. This property is deprecated and will be removed in a future version.
tool_configs?: Record<string, ToolConfig>
Property Value
Record<string, ToolConfig>
type
The type of the local shell tool. Always local_shell.
type: "local_shell"
Property Value
"local_shell"