-
I've been having a great time getting to know this project. Thanks so much for the amazing work. I'm having some issues with and questions about intent parsing for a custom skill. Just placing it in the
Thanks again!! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
this should work out of the box and there is no config option to disable it, if that is not working you seem to have found a bug
no skill is mandatory, the list of skills is just a recommended list that will reflect what most users expect a VA to do out of the box OCP is not a skill, it provides intent but it's part of the audio-stack, it can not be disabled hijacking any unknown utterance is an issue with the padatious intent parser itself, the good news is that you can disable it, padatious is no longer used by default since OpenVoiceOS/ovos-config#50
the logs need some improvements, it appears to check twice but it is doing so at different confidence levels, the error tone happens if no fallback handled the utterance, this is weird if you have fallback-unknown installed (that skill should always answer)
it's a harmless bug, nltk is used by some plugins that need to download things and the logs are spammy |
Beta Was this translation helpful? Give feedback.
this should work out of the box and there is no config option to disable it, if that is not working you seem to have found a bug