> ## Documentation Index
> Fetch the complete documentation index at: https://openrouter-d02e98a0-mintlify-a46887cf.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ShellCallOutputItem - Go SDK

> ShellCallOutputItem type definition

<Warning>
  The Go SDK and docs are currently in beta.
  Report issues on [GitHub](https://github.com/OpenRouterTeam/go-sdk/issues).
</Warning>

Output from a shell command execution (newer variant)

## Fields

| Field             | Type                                                                                                                                       | Required             | Description | Example   |
| ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------ | -------------------- | ----------- | --------- |
| `CallID`          | `string`                                                                                                                                   | :heavy\_check\_mark: | N/A         |           |
| `ID`              | optionalnullable.OptionalNullable\[`string`]                                                                                               | :heavy\_minus\_sign: | N/A         |           |
| `MaxOutputLength` | optionalnullable.OptionalNullable\[`int64`]                                                                                                | :heavy\_minus\_sign: | N/A         |           |
| `Output`          | \[][components.ShellCallOutputItemOutput](/client-sdks/go/api-reference/models/shellcalloutputitemoutput)                                  | :heavy\_check\_mark: | N/A         |           |
| `Status`          | optionalnullable.OptionalNullable\[[components.ShellCallOutputItemStatus](/client-sdks/go/api-reference/models/shellcalloutputitemstatus)] | :heavy\_minus\_sign: | N/A         | completed |
| `Type`            | [components.ShellCallOutputItemType](/client-sdks/go/api-reference/models/shellcalloutputitemtype)                                         | :heavy\_check\_mark: | N/A         |           |
