This commit is contained in:
Xi Yan 2025-01-16 16:46:49 -08:00
parent e88faa91e2
commit 5c6e1e9d1e
3 changed files with 10 additions and 5 deletions

View file

@ -225,6 +225,7 @@ def test_text_chat_completion_with_tool_calling_and_non_streaming(
tool_prompt_format=provider_tool_format,
stream=False,
)
print(response)
# No content is returned for the system message since we expect the
# response to be a tool call
assert response.completion_message.content == ""