> ## 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 - Python SDK

> ApplyPatchCallOutputItem method reference

<Warning>
  The Python SDK and docs are currently in beta.
  Report issues on [GitHub](https://github.com/OpenRouterTeam/python-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 |
| --------- | ------------------------------------------------------------------------------------------------------------------------ | -------------------- | ----------- |
| `call_id` | *str*                                                                                                                    | :heavy\_check\_mark: | N/A         |
| `id`      | *OptionalNullable\[str]*                                                                                                 | :heavy\_minus\_sign: | N/A         |
| `output`  | *OptionalNullable\[str]*                                                                                                 | :heavy\_minus\_sign: | N/A         |
| `status`  | [components.ApplyPatchCallOutputItemStatus](/client-sdks/python/api-reference/components/applypatchcalloutputitemstatus) | :heavy\_check\_mark: | N/A         |
| `type`    | [components.ApplyPatchCallOutputItemType](/client-sdks/python/api-reference/components/applypatchcalloutputitemtype)     | :heavy\_check\_mark: | N/A         |
