--- title: "ApplyPatchCallOutputItemStatus" --- ## Example Usage ```python from openrouter.components import ApplyPatchCallOutputItemStatus # Open enum: unrecognized values are captured as UnrecognizedStr value: ApplyPatchCallOutputItemStatus = "completed" ``` ## Values This is an open enum. Unrecognized values will not fail type checks. - `"completed"` - `"failed"`