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