MycroftAI / skill-configuration

Mycroft AI official Configuration Skill - synchronize settings with home.mycroft.ai
https://mycroft.ai/skills
Apache License 2.0
5 stars 16 forks source link

What's your name question interferes with other skills #58

Open adocampo opened 3 years ago

adocampo commented 3 years ago

Describe the bug Title says everything. When I ask something with the word "name", it always triggers as it I would have asking the device's name. So it interferes for example with Wolfram Alpha skill, when you ask for "what is Madonna's real name?" it says the device's name instead. imagen

To Reproduce Steps to reproduce the behavior:

  1. ask for Madonna's real name
  2. listen the results
  3. say "what name"
  4. listen the results

Expected behavior when ask for madonna's real name, it should use wolfram alpha skill and answer with the proper name when ask "what name" it should return some kind of error

Environment (please complete the following information):

krisgesling commented 3 years ago

Thanks for flagging this.

It looks like the intent definition here is too general and will trigger on the two keywords "what" and "name".

This is a good issue for a newer contributor interested in learning about intents and collisions.