(ci/cd) run again

This commit is contained in:
Ishaan Jaff 2024-03-18 21:23:37 -07:00
parent 693b5eb376
commit 52a5ed410b

View file

@ -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,