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