Skip to content

Commit

Permalink
rm print
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 committed Sep 30, 2024
1 parent d4b6a6f commit 0975bf3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion integrations/llama_cpp/tests/test_chat_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,6 @@ def test_function_call_and_execute(self, generator):
assert len(response["replies"]) > 0

first_reply = response["replies"][0]
print(first_reply)
assert "tool_calls" in first_reply.meta
tool_calls = first_reply.meta["tool_calls"]

Expand Down

0 comments on commit 0975bf3

Please sign in to comment.