rhasspy / rhasspy3

An open source voice assistant toolkit for many human languages
MIT License
295 stars 23 forks source link

suggestion: save and reuse conversation_id #35

Open Shulyaka opened 1 year ago

Shulyaka commented 1 year ago

Some handle programs (such as Home Assistant) support conversation_id parameter to be able to continue the dialog. We should be able to save the returned conversation_id and use it in a subsequent requests. It would allow more natural conversations.

Also in the future some handlers could be able to send an indication they wish to continue the dialog. We could use that flag to bypass wake word detection for the next iteration.