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