MycroftAI / mycroft-skills-kit

Mycroft Skills Kit
Apache License 2.0
28 stars 12 forks source link

Switch from Adapt IntentBuilder to AdaptIntent from core #57

Open krisgesling opened 3 years ago

krisgesling commented 3 years ago

The Adapt IntentBuilder currently imported in created Skills is now provided in mycroft-core with some additional benefits such as not requiring a string be passed as the intent name.

We should switch to use this wrapped version: AdaptIntent