Skip to main content
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.
Lifecycle state of an apply_patch_call output item.

Example Usage

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

let value: ApplyPatchCallStatus = "completed";

// Open enum: unrecognized values are captured as Unrecognized<string>

Values

"in_progress" | "completed" | Unrecognized<string>