MycroftAI/skill-configuration

What's your name question interferes with other skills

Opened this issue · 1 comments

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):

  • Device type: Any, tested on mark1 and desktop
  • OS: Mark1's debian and Arch Linux on desktop
  • Mycroft-core version: 20.08

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.