mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
fix(types): annotate ANTHROPIC_ADVISOR_TOOL_TYPE as Literal to satisfy mypy
This commit is contained in:
parent
02b4934e87
commit
f40995418b
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ class AnthropicToolSearchToolBM25(TypedDict, total=False):
|
|||
input_examples: Optional[List[Dict[str, Any]]]
|
||||
|
||||
|
||||
ANTHROPIC_ADVISOR_TOOL_TYPE = "advisor_20260301"
|
||||
ANTHROPIC_ADVISOR_TOOL_TYPE: Literal["advisor_20260301"] = "advisor_20260301"
|
||||
|
||||
|
||||
class AnthropicAdvisorTool(TypedDict, total=False):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue