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