Skip to main content
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

import { ApplyPatchCallOutputItem } from "@openrouter/sdk/models";

let value: ApplyPatchCallOutputItem = {
  callId: "call_abc123",
  status: "completed",
  type: "apply_patch_call_output",
};

Fields

FieldTypeRequiredDescription
callIdstring:heavy_check_mark:N/A
idstring:heavy_minus_sign:N/A
outputstring:heavy_minus_sign:N/A
statusmodels.ApplyPatchCallOutputItemStatus:heavy_check_mark:N/A
typemodels.ApplyPatchCallOutputItemType:heavy_check_mark:N/A