mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-02 03:40:02 +00:00
fix tgi
This commit is contained in:
parent
e88faa91e2
commit
5c6e1e9d1e
3 changed files with 10 additions and 5 deletions
|
|
@ -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 == ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue