FunctionShellActionParam interface
描述如何运行shell工具调用的命令和限制。
属性
| commands | 命令执行环境运行的 shell 命令。 |
| max_output_length | |
| timeout_ms |
属性详细信息
commands
命令执行环境运行的 shell 命令。
commands: string[]
属性值
string[]
max_output_length
max_output_length?: number
属性值
number
timeout_ms
timeout_ms?: number
属性值
number