--- title: "ApplyPatchCallStatus" --- Lifecycle state of an `apply_patch_call` output item. ## Example Usage ```python from openrouter.components import ApplyPatchCallStatus # Open enum: unrecognized values are captured as UnrecognizedStr value: ApplyPatchCallStatus = "in_progress" ``` ## Values This is an open enum. Unrecognized values will not fail type checks. - `"in_progress"` - `"completed"`