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

# ApplyPatchCallOutputItem - Go SDK

> ApplyPatchCallOutputItem type definition

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

The client's echo of an `apply_patch_call` after applying the patch. `output` is an optional human-readable log; `status` is `completed` when the patch was applied successfully, `failed` otherwise.

## Fields

| Field    | Type                                                                                                             | Required             | Description |
| -------- | ---------------------------------------------------------------------------------------------------------------- | -------------------- | ----------- |
| `CallID` | `string`                                                                                                         | :heavy\_check\_mark: | N/A         |
| `ID`     | optionalnullable.OptionalNullable\[`string`]                                                                     | :heavy\_minus\_sign: | N/A         |
| `Output` | optionalnullable.OptionalNullable\[`string`]                                                                     | :heavy\_minus\_sign: | N/A         |
| `Status` | [components.ApplyPatchCallOutputItemStatus](/client-sdks/go/api-reference/models/applypatchcalloutputitemstatus) | :heavy\_check\_mark: | N/A         |
| `Type`   | [components.ApplyPatchCallOutputItemType](/client-sdks/go/api-reference/models/applypatchcalloutputitemtype)     | :heavy\_check\_mark: | N/A         |
