feat : better routing system

This commit is contained in:
martin legrand
2025-03-25 15:44:23 +01:00
parent 68bc60f6f4
commit d871c378fe
16 changed files with 8069 additions and 89 deletions
+1 -1
View File
@@ -110,6 +110,6 @@ class Interaction:
if self.last_query is None:
return
self.current_agent.show_answer()
if self.tts_enabled:
if self.tts_enabled and self.last_answer:
self.speech.speak(self.last_answer)