test fix - cohere API Made a breaking change

This commit is contained in:
Ishaan Jaff
2024-06-10 09:36:46 -07:00
parent 3ec907059f
commit d5a1cc282e
+1
View File
@@ -530,6 +530,7 @@ def test_completion_cohere_command_r_plus_function_call():
messages=messages,
tools=tools,
tool_choice="auto",
force_single_step=True,
)
print(second_response)
except Exception as e: