OutputShellCallOutputItem - Go SDK

OutputShellCallOutputItem type definition

The Go SDK and docs are currently in beta. Report issues on GitHub.

A native shell_call_output item matching OpenAI’s Responses API shape. Carries per-command stdout, stderr, and the exit/timeout outcome.

Fields

FieldTypeRequiredDescriptionExample
CallIDstring✔️N/A
IDstring✔️N/A
MaxOutputLengthoptionalnullable.OptionalNullable[int64]N/A
Output[]components.OutputShellCallOutputItemOutput✔️N/A
Statuscomponents.ShellCallStatus✔️Status of a shell call or its output.completed
Typecomponents.OutputShellCallOutputItemTypeShellCallOutput✔️N/A