Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add optional skill announcement message #1211

Merged
merged 3 commits into from Nov 9, 2017
Merged

Conversation

penrods
Copy link
Contributor

@penrods penrods commented Nov 9, 2017

A Skill can now implement the get_intro_message() method, which can return a
string to be spoken the very first time a skill is run. This is intended to
be an announcement, such as further steps necessary to setup the skill.

Also stopped generation of the Error message when the expected StopIteration
occurs on a intent failure. This confused new developers and poluted the logs.

Finally, corrected some documentation typos.

A Skill can now implement the get_intro_message() method, which can return a
string to be spoken the very first time a skill is run.  This is intended to
be an announcement, such as further steps necessary to setup the skill.

Also stopped generation of the Error message when the expected StopIteration
occurs on a intent failure.  This confused new developers and poluted the logs.

Finally, corrected some documentation typos.
@penrods penrods added the CLA: Yes Contributor License Agreement exists (see https://github.com/MycroftAI/contributors) label Nov 9, 2017
@penrods penrods requested a review from forslund November 9, 2017 10:35
@pep8speaks
Copy link

pep8speaks commented Nov 9, 2017

Hello @penrods! Thanks for updating the PR.

Cheers ! There are no PEP8 issues in this Pull Request. 🍻

Comment last updated on November 09, 2017 at 12:44 Hours UTC

@MycroftAI MycroftAI deleted a comment Nov 9, 2017
@MycroftAI MycroftAI deleted a comment Nov 9, 2017
@MycroftAI MycroftAI deleted a comment Nov 9, 2017
@forslund
Copy link
Collaborator

forslund commented Nov 9, 2017

Looks good, I've got an idea but I'll submit that as a separate PR.

Merging this!

@forslund forslund merged commit b75d6d2 into dev Nov 9, 2017
@forslund forslund deleted the feature/skill-announcement branch November 9, 2017 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA: Yes Contributor License Agreement exists (see https://github.com/MycroftAI/contributors)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants