We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Support "Disable ...", which would add the skill to a USER level blacklist.
The default config looks like this
"skills": { "blacklisted_skills": ["skill-media", "send_sms", "skill-wolfram-alpha"], }
We'd want to do some magic to merge the SYSTEM level list. This allows even Default skills to be turned off.
The text was updated successfully, but these errors were encountered:
i am working on a GUI where i turn skills on/off by changing that list in the USER_CONFIG
we could merge the default values easily and do the same here, the internal methods for it are all there
in the original py_msm i also had functionality for this
i can have a go at this feature next week
Sorry, something went wrong.
No branches or pull requests
Support "Disable ...", which would add the skill to a USER level blacklist.
The default config looks like this
We'd want to do some magic to merge the SYSTEM level list. This allows even Default skills to be turned off.
The text was updated successfully, but these errors were encountered: