Share via


ItemLocalShellToolCallOutput interface

The output of a local shell tool call.

Extends

Properties

id

The unique ID of the local shell tool call generated by the model.

output

A JSON string of the output of the local shell tool call.

status

The status of the local shell tool call. One of in_progress, completed, or incomplete.

type

The type of the local shell tool call output. Always local_shell_call_output.

Property Details

id

The unique ID of the local shell tool call generated by the model.

id: string

Property Value

string

output

A JSON string of the output of the local shell tool call.

output: string

Property Value

string

status

The status of the local shell tool call. One of in_progress, completed, or incomplete.

status?: "in_progress" | "completed" | "incomplete"

Property Value

"in_progress" | "completed" | "incomplete"

type

The type of the local shell tool call output. Always local_shell_call_output.

type: "local_shell_call_output"

Property Value

"local_shell_call_output"