FunctionShellToolParam interface
A tool that allows the model to execute shell commands.
- Extends
Properties
| environment | The environment configuration for the function shell tool. |
| type | The type of the shell tool. Always |
Property Details
environment
The environment configuration for the function shell tool.
environment?: FunctionShellToolParamEnvironmentUnion
Property Value
type
The type of the shell tool. Always shell.
type: "shell"
Property Value
"shell"