MycroftAI / skill-date-time

Mycroft AI official Date and Time Skill, providing the current time, date and day of week for cities around the world.
https://mycroft.ai/skills
Apache License 2.0
6 stars 56 forks source link

Catch utterance in future intent without datetime #86

Closed krisgesling closed 3 years ago

krisgesling commented 4 years ago

Caught this while reviewing other PR's.

If an utterance gets matched with the future time intent but has no datetime to extract then it failed as dt was not assigned.

Future work should be done to improve intent matching but this catches those instances and redirects to the appropriate handler. They are matching as the user may say "time in 8 hours"

As per added test: