forked from MycroftAI/skill-personal
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #42 from OpenVoiceOS/release-0.1.6a2
Release 0.1.6a2
- Loading branch information
Showing
7 changed files
with
52 additions
and
31 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
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,7 +1,3 @@ | ||
recursive-include dialog * | ||
recursive-include vocab * | ||
recursive-include locale * | ||
recursive-include res * | ||
recursive-include ui * | ||
include *.json | ||
include *.txt |
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,2 +1,3 @@ | ||
Jeg er født i {year}. | ||
{year} er det år jeg blev født. | ||
{year} er det år jeg blev født. | ||
{year} er, da jeg blev født. |
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,16 @@ | ||
{ | ||
"skill_id": "ovos-skill-personal.openvoiceos", | ||
"source": "https://github.com/OpenVoiceOS/skill-ovos-personal", | ||
"name": "Assistant's Background", | ||
"description": "Learn history and personality of the assistant. Ask about the 'birth' and parentage of the voice assistant and get a taste of the community who is fostering this open source artificial intelligence.", | ||
"examples": [ | ||
"When were you created?", | ||
"What are you?", | ||
"Where were you born?", | ||
"Who made you?" | ||
], | ||
"tags": [ | ||
"personality", | ||
"persona" | ||
] | ||
} |
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
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,21 +1,22 @@ | ||
{ | ||
"who.made.me.dialog": [ | ||
"Det vidunderlige {creator} f\u00e6llesskab og hold.", | ||
"Alle i {creator} f\u00e6llesskabet og holdet." | ||
], | ||
"who.am.i.dialog": [ | ||
"Mit navn er {name} og jeg er en intelligent personlig assistent", | ||
"Jeg er {name}, en open-source A.I." | ||
], | ||
"where.was.i.born.dialog": [ | ||
"Jeg er f\u00f8dt i {location}" | ||
], | ||
"what.am.i.dialog": [ | ||
"Jeg er en open source kunstig intelligens.", | ||
"Jeg er et intelligent program som kommunikerer med maskiner" | ||
], | ||
"when.was.i.born.dialog": [ | ||
"Jeg er f\u00f8dt i {year}.", | ||
"{year} er det \u00e5r jeg blev f\u00f8dt." | ||
] | ||
} | ||
"who.made.me.dialog": [ | ||
"Det vidunderlige {creator} fællesskab og hold.", | ||
"Alle i {creator} fællesskabet og holdet." | ||
], | ||
"who.am.i.dialog": [ | ||
"Mit navn er {name} og jeg er en intelligent personlig assistent", | ||
"Jeg er {name}, en open-source A.I." | ||
], | ||
"where.was.i.born.dialog": [ | ||
"Jeg er født i {location}" | ||
], | ||
"what.am.i.dialog": [ | ||
"Jeg er en open source kunstig intelligens.", | ||
"Jeg er et intelligent program som kommunikerer med maskiner" | ||
], | ||
"when.was.i.born.dialog": [ | ||
"Jeg er født i {year}.", | ||
"{year} er det år jeg blev født.", | ||
"{year} er, da jeg blev født." | ||
] | ||
} |
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,6 @@ | ||
# START_VERSION_BLOCK | ||
VERSION_MAJOR = 0 | ||
VERSION_MINOR = 1 | ||
VERSION_BUILD = 5 | ||
VERSION_ALPHA = 0 | ||
VERSION_BUILD = 6 | ||
VERSION_ALPHA = 2 | ||
# END_VERSION_BLOCK |