This commit is contained in:
Xi Yan 2025-01-16 17:16:02 -08:00
parent c7a5795ab2
commit 02280d3b6b
2 changed files with 0 additions and 5 deletions

View file

@ -225,7 +225,6 @@ 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 == ""