We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cfbe0fb + 183329a commit 4d73515Copy full SHA for 4d73515
1 file changed
ccproxy/llms/models/anthropic.py
@@ -356,6 +356,7 @@ class ThinkingConfigAdaptive(ThinkingConfigBase):
356
"""Configuration for adaptive thinking (Claude 4-6+)."""
357
358
type: Literal["adaptive"] = Field(default="adaptive", alias="type")
359
+ display: Literal["summarized", "omitted"] | None = None
360
361
362
ThinkingConfig = Annotated[
0 commit comments