You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the command word detection will trigger a command word based on if it finds a command word ANYWHERE within the supplied voice input. This becomes problematic for stringing together more complex command chains or sentences in general.
For example, if I was to say:
"What's the status of that project?"
With the current system, this would trigger the check system status command because that's the trigger word for that command.
The text was updated successfully, but these errors were encountered:
Currently, the command word detection will trigger a command word based on if it finds a command word ANYWHERE within the supplied voice input. This becomes problematic for stringing together more complex command chains or sentences in general.
For example, if I was to say:
"What's the status of that project?"
With the current system, this would trigger the check system status command because that's the trigger word for that command.
The text was updated successfully, but these errors were encountered: