ItemLocalShellToolCall interface
A tool call to run a command on the local shell.
- Extends
Properties
| action | |
| call_id | The unique ID of the local shell tool call generated by the model. |
| id | The unique ID of the local shell call. |
| status | The status of the local shell call. |
| type | The type of the local shell call. Always |
Property Details
action
call_id
The unique ID of the local shell tool call generated by the model.
call_id: string
Property Value
string
id
The unique ID of the local shell call.
id: string
Property Value
string
status
The status of the local shell call.
status: "in_progress" | "completed" | "incomplete"
Property Value
"in_progress" | "completed" | "incomplete"
type
The type of the local shell call. Always local_shell_call.
type: "local_shell_call"
Property Value
"local_shell_call"