Skip to content

Commit 4d73515

Browse files
committed
feat(anthropic): add adaptive thinking display
- Support summarized or omitted display modes in adaptive thinking config
2 parents cfbe0fb + 183329a commit 4d73515

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ccproxy/llms/models/anthropic.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,7 @@ class ThinkingConfigAdaptive(ThinkingConfigBase):
356356
"""Configuration for adaptive thinking (Claude 4-6+)."""
357357

358358
type: Literal["adaptive"] = Field(default="adaptive", alias="type")
359+
display: Literal["summarized", "omitted"] | None = None
359360

360361

361362
ThinkingConfig = Annotated[

0 commit comments

Comments
 (0)