Fix mypy issue

This commit is contained in:
Sameer Kankute 2026-02-06 18:45:54 +05:30
parent 7e3d549ce6
commit 70ec74bc5f

View file

@ -613,7 +613,7 @@ ANTHROPIC_API_ONLY_HEADERS = { # fails if calling anthropic on vertex ai / bedr
class AnthropicThinkingParam(TypedDict, total=False):
type: Literal["enabled"]
type: Literal["enabled", "adaptive"]
budget_tokens: int