fix test groq function call

This commit is contained in:
Ishaan Jaff 2024-04-15 08:40:39 -07:00
parent 2d4c01db1d
commit 2a54d9a6ec

View file

@ -274,7 +274,6 @@ def test_groq_parallel_function_call():
)
print("length of tool calls", len(tool_calls))
print("Expecting there to be 3 tool calls")
# Step 2: check if the model wanted to call a function
if tool_calls: