Skip to content

Commit db1d71a

Browse files
committed
test fix test_litellm_anthropic_prompt_caching_tools
1 parent ca666dc commit db1d71a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

litellm/types/llms/anthropic.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ class AnthropicInputSchema(TypedDict, total=False):
1616
type: Optional[str]
1717
properties: Optional[dict]
1818
additionalProperties: Optional[bool]
19+
required: Optional[List[str]]
1920

2021

2122
class AnthropicMessagesTool(TypedDict, total=False):

0 commit comments

Comments
 (0)