MycroftAI / fallback-duckduckgo

Mycroft AI official Duck Duck Go Skill - used as a fallback if an Utterance can't be matched to an Intent
https://mycroft.ai/skills
Apache License 2.0
9 stars 19 forks source link

Bugfix/test failing #18

Closed krisgesling closed 3 years ago

krisgesling commented 3 years ago

Description

The VK tests were failing on mycroft-skills. It was due to the pre-answer filler dialog being removed from the response but not from the test.

This has been removed as the Skill answers very quickly by itself and feedback from users has been to not have this where possible. Given the whole system is now much faster, I think we can reduce the use of these a lot.

It also does a minor refactor to re-use the existing articles.list instead of having these english words hard-coded in the Skill code.

Type of PR

Testing

Run the VK tests.