From f522f40228fc8d24bbcd9894a625447ec825f1f6 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 16 Aug 2025 08:08:25 -0700 Subject: [PATCH] test_passing_tool_result_as_list --- tests/local_testing/test_function_calling.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/local_testing/test_function_calling.py b/tests/local_testing/test_function_calling.py index a3443499d0..0c75e37134 100644 --- a/tests/local_testing/test_function_calling.py +++ b/tests/local_testing/test_function_calling.py @@ -589,12 +589,12 @@ def test_anthropic_function_call_with_no_schema(model): @pytest.mark.parametrize( "model", [ - "anthropic/claude-3-5-sonnet-20241022", "bedrock/anthropic.claude-3-sonnet-20240229-v1:0", ], ) def test_passing_tool_result_as_list(model): litellm.set_verbose = True + litellm._turn_on_debug() messages = [ { "content": [ @@ -643,8 +643,7 @@ def test_passing_tool_result_as_list(model): ], "role": "tool", "tool_call_id": "toolu_01V1paXrun4CVetdAGiQaZG5", - "name": "execute_bash", - "cache_control": {"type": "ephemeral"}, + "name": "execute_bash" }, ] tools = [