mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
update test signature for Anthropic image block handling
This commit is contained in:
parent
fe28781dfd
commit
7cd3a27d60
1 changed files with 1 additions and 1 deletions
|
|
@ -1171,7 +1171,7 @@ def test_count_content_list_rejects_unknown_type():
|
|||
],
|
||||
ids=["base64", "url", "file"],
|
||||
)
|
||||
def test_token_counter_with_anthropic_image_block(source):
|
||||
def test_token_counter_with_anthropic_image_block(source: dict[str, str]):
|
||||
"""
|
||||
Anthropic-native `image` blocks must NOT raise, for every source variant.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue