mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
Fix mypy error in litellm_staging_01_21_2026
This commit is contained in:
parent
ad1edd38d5
commit
e8bfab25b3
1 changed files with 1 additions and 0 deletions
|
|
@ -114,6 +114,7 @@ class ProviderSpecificModelInfo(TypedDict, total=False):
|
|||
supports_web_search: Optional[bool]
|
||||
supports_reasoning: Optional[bool]
|
||||
supports_url_context: Optional[bool]
|
||||
max_input_tokens: Optional[int]
|
||||
|
||||
|
||||
class SearchContextCostPerQuery(TypedDict, total=False):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue