mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-21 06:27:00 +00:00
fix:test_anthropic_beta_header
This commit is contained in:
@@ -385,7 +385,7 @@ def test_anthropic_tool_use(tool_type, tool_config, message_content):
|
||||
"computer_tool_used, prompt_caching_set, expected_beta_header",
|
||||
[
|
||||
(True, False, True),
|
||||
(False, True, True),
|
||||
(False, True, False),
|
||||
(True, True, True),
|
||||
(False, False, False),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user