a few tweaks to the prompt

This commit is contained in:
Moishe Lettvin
2024-01-02 10:46:48 -05:00
parent fad73c29cf
commit aab06f4441
3 changed files with 9 additions and 10 deletions

View File

@@ -209,6 +209,9 @@ class Orchestrator(EventHandler):
def on_intro_finished(self, intro):
self.logger.info(f"Introduction has finished")
waiting = self.conversation_processors.waiting(self.services, self.message_handler, self.output_queue)
waiting.prepare()
waiting.play()
def on_response_played(self, response):
response.finalize()