Simplified thread continuations

Fixed and improved tests
This commit is contained in:
Fahad
2025-06-12 12:47:02 +04:00
parent 3473c13fe7
commit 7462599ddb
23 changed files with 493 additions and 598 deletions

View File

@@ -236,7 +236,7 @@ class TestConversationHistoryBugFix:
# Should include follow-up instructions for new conversation
# (This is the existing behavior for new conversations)
assert "If you'd like to ask a follow-up question" in captured_prompt
assert "CONVERSATION CONTINUATION" in captured_prompt
@patch("tools.base.get_thread")
@patch("tools.base.add_turn")