Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jayeshp19 committed Feb 28, 2025
1 parent 4361e9b commit 6871655
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ async def test_llm_chat_with_consecutive_messages(
text="Actually, I need some help with my recent order.", role="user"
)
chat_ctx.append(text="I want to cancel my order.", role="user")
chat_ctx.append(text="Sure, let me check your order details.", role="assistant")

stream = input_llm.chat(chat_ctx=chat_ctx)
collected_text = ""
Expand Down

0 comments on commit 6871655

Please sign in to comment.