From 86d77ae0b7da8e02c3968c0045beb2013672a707 Mon Sep 17 00:00:00 2001 From: rodriciru Date: Tue, 7 Apr 2026 11:28:53 +0200 Subject: [PATCH] Fiz request in test --- .../llms/anthropic/chat/test_anthropic_chat_transformation.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_litellm/llms/anthropic/chat/test_anthropic_chat_transformation.py b/tests/test_litellm/llms/anthropic/chat/test_anthropic_chat_transformation.py index d11e4dc42a8..10e2561f751 100644 --- a/tests/test_litellm/llms/anthropic/chat/test_anthropic_chat_transformation.py +++ b/tests/test_litellm/llms/anthropic/chat/test_anthropic_chat_transformation.py @@ -1952,8 +1952,8 @@ def test_transform_request_adds_tool_code_execution_when_container_upload_in_mes { "role": "user", "content": [ - {"type": "text", "text": "Analyse this file"}, - {"type": "container_upload", "file_id": "file_abc123"}, + {"type": "text", "text": "Analyse this file"}, + {"type": "file", "file": {"file_id": "file_abc123" }} ], } ]