mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
test_anthropic_tool_use
This commit is contained in:
parent
f173cb0f54
commit
515ae9680e
1 changed files with 2 additions and 2 deletions
|
|
@ -333,9 +333,9 @@ def test_process_anthropic_headers_with_no_matching_headers():
|
|||
"tool_type, tool_config, message_content",
|
||||
[
|
||||
(
|
||||
"computer_20241022",
|
||||
"computer_20250124",
|
||||
{
|
||||
"type": "computer_20241022",
|
||||
"type": "computer_20250124",
|
||||
"function": {
|
||||
"name": "computer",
|
||||
"parameters": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue