Share via


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 local_shell_call.

Property Details

action

action: LocalShellExecAction

Property Value

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"