ApplyPatchCallOutputItem - TypeScript SDK

ApplyPatchCallOutputItem type definition

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

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.

Example Usage

1import { ApplyPatchCallOutputItem } from "@openrouter/sdk/models";
2
3let value: ApplyPatchCallOutputItem = {
4 callId: "call_abc123",
5 status: "completed",
6 type: "apply_patch_call_output",
7};

Fields

FieldTypeRequiredDescription
callIdstring✔️N/A
idstringN/A
outputstringN/A
statusmodels.ApplyPatchCallOutputItemStatus✔️N/A
typemodels.ApplyPatchCallOutputItemType✔️N/A