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

@@ -25,7 +25,7 @@ class BasicConversationTest(BaseSimulatorTest):
def run_test(self) -> bool:
"""Test basic conversation flow with chat tool"""
try:
self.logger.info("📝 Test: Basic conversation flow")
self.logger.info("Test: Basic conversation flow")
# Setup test files
self.setup_test_files()