-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
26 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
recursive-include dialog * | ||
recursive-include vocab * | ||
recursive-include locale * | ||
recursive-include res * | ||
recursive-include ui * | ||
recursive-include skill * | ||
recursive-include gui * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"skill_id": "skill-ovos-wikipedia.openvoiceos", | ||
"source": "https://github.com/OpenVoiceOS/skill-ovos-wikipedia", | ||
"name": "Wikipedia", | ||
"description": "Query Wikipedia for answers to all your questions. Get just a summary, or ask for more to get in-depth information.", | ||
"examples": [ | ||
"Tell me about Elon Musk", | ||
"Tell me about beans", | ||
"Check Wikipedia for beans", | ||
"Tell me about the Pembroke Welsh Corgi", | ||
"Search for chocolate", | ||
"More information", | ||
"Tell me More" | ||
], | ||
"tags": [ | ||
"wikipedia", | ||
"encyclopedia", | ||
"general-knowledge", | ||
"wiki", | ||
"question", | ||
"query" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
ovos-utils>=0.0.38,<1.0.0 | ||
ovos_workshop>=0.0.15,<3.0.0 | ||
ovos-plugin-manager>=0.0.26,<1.0.0 | ||
ovos-bus-client>=1.0.1 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.