[assistant.picovoice] Implemented `assistant.picovoice.send_text_query`.

This commit is contained in:
Fabio Manganiello 2024-04-14 00:09:25 +02:00
parent fa1d5eb672
commit 37d70d67ac
1 changed files with 1 additions and 0 deletions

View File

@ -259,6 +259,7 @@ class AssistantPicovoicePlugin(AssistantPlugin, RunnablePlugin):
:param query: Query to be sent.
"""
self._on_speech_recognized(query)
def main(self):
while not self.should_stop():