From 52a5ed410b56e74e652609a5c5294e43d27dfb3a Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 18 Mar 2024 21:23:37 -0700 Subject: [PATCH] (ci/cd) run again --- litellm/tests/test_completion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/tests/test_completion.py b/litellm/tests/test_completion.py index 44e2f7af6..2de0e0bf7 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -159,7 +159,7 @@ def test_completion_claude_3_function_call(): tool_result = ( '{"location": "Boston", "temperature": "72", "unit": "fahrenheit"}' ) - # Add user submitted tool results in OpenAI format + # Add user submitted tool results in the OpenAI format messages.append( { "tool_call_id": response.choices[0].message.tool_calls[0].id,