MycroftAI / padatious

A neural network intent parser
http://padatious.readthedocs.io
Apache License 2.0
159 stars 40 forks source link

Inaccurate `intent_file_handler` docs #6

Closed ndarilek closed 6 years ago

ndarilek commented 6 years ago

From https://mycroft.ai/documentation/padatious/:

The register_intent_file(intent_file, handler) methods arguments are:

intent_file: the filename of above mentioned intent files without the .intent as argument.

Yet, in my skills:

@intent_file_handler("stop.info")

doesn't work, I have to add the .intent extension.

MatthewScholefield commented 6 years ago

Thanks for finding this issue with the documentation. I've just update that line so that it now says "with the .intent".