FunctionShellActionParam interface
Commands and limits describing how to run the shell tool call.
Properties
| commands | Ordered shell commands for the execution environment to run. |
| max_output_length | |
| timeout_ms |
Property Details
commands
Ordered shell commands for the execution environment to run.
commands: string[]
Property Value
string[]
max_output_length
max_output_length?: number
Property Value
number
timeout_ms
timeout_ms?: number
Property Value
number