OpenVoiceOS / ovos-skill-wolfie

wolfram alpha spoken answers skill
Apache License 2.0
2 stars 4 forks source link

"what is your name" should not be answered by this skill #2

Closed goldyfruit closed 3 years ago

goldyfruit commented 3 years ago

When asking to Mycroft what is it's name it should return it's name not a the result of a research.

2020-12-16 20:33:35.393 | INFO     | 15858 | QuestionsAnswersSkill | Searching for what is your name
Removing event fallback-query.mycroftai:QuestionQueryTimeout
Removing event fallback-query.mycroftai:QuestionQueryTimeout
Removing event fallback-query.mycroftai:QuestionQueryTimeout
2020-12-16 20:33:36.940 | INFO     | 15858 | QuestionsAnswersSkill | Answer from skill-wolfie.jarbasskills
Removing event fallback-query.mycroftai:QuestionQueryTimeout
Removing event fallback-query.mycroftai:QuestionQueryTimeout
2020-12-16 20:33:37.269 | INFO     | 15858 | QuestionsAnswersSkill | Timeout occured check responses
2020-12-16 20:33:37.272 | INFO     | 15858 | QuestionsAnswersSkill | Handling with: skill-wolfie.jarbasskills
2020-12-16 20:33:37.281 | INFO     | 14420 | mycroft.audio.speech:mute_and_speak:127 | Speak: My name is Wolfram Alpha
JarbasAl commented 3 years ago

mycroft personal skill should be answering this

wolfram is part of the common query framework and only answers if no intent matches

since i consider "My name is XXXXX" better than "i don't know", i wont fix this. I don't want to get into a pattern where i blacklist the answers i don't like

open an issue at https://github.com/MycroftAI/skill-personal which should be handling this query

goldyfruit commented 3 years ago

I understand. :+1: