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

# ShellCallItem - Go SDK

> ShellCallItem type definition

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

A shell command execution call (newer variant)

## Fields

| Field         | Type                                                                                                                           | Required             | Description | Example   |
| ------------- | ------------------------------------------------------------------------------------------------------------------------------ | -------------------- | ----------- | --------- |
| `Action`      | [components.ShellCallItemAction](/client-sdks/go/api-reference/models/shellcallitemaction)                                     | :heavy\_check\_mark: | N/A         |           |
| `CallID`      | `string`                                                                                                                       | :heavy\_check\_mark: | N/A         |           |
| `Environment` | optionalnullable.OptionalNullable\[`any`]                                                                                      | :heavy\_minus\_sign: | N/A         |           |
| `ID`          | optionalnullable.OptionalNullable\[`string`]                                                                                   | :heavy\_minus\_sign: | N/A         |           |
| `Status`      | optionalnullable.OptionalNullable\[[components.ShellCallItemStatus](/client-sdks/go/api-reference/models/shellcallitemstatus)] | :heavy\_minus\_sign: | N/A         | completed |
| `Type`        | [components.ShellCallItemType](/client-sdks/go/api-reference/models/shellcallitemtype)                                         | :heavy\_check\_mark: | N/A         |           |
