mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-16 23:41:43 +00:00
Fix mypy issue
This commit is contained in:
parent
7e3d549ce6
commit
70ec74bc5f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue