chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<%= (parseInt(version.name.substr(4, 1), 10) > 0) ? '#' : '' %># <%= version.name %> (<%= version.date.getFullYear() %>-<%= ((version.date.getMonth() + 1) < 10) ? '0' : '' %><%= version.date.getMonth() + 1 %>-<%= (version.date.getDate() < 10) ? '0' : '' %><%= version.date.getDate() %>)
|
||||
<% _.forEach(sections, (section) => { if(section.commitsCount > 0) { %>### <%= section.title %>
|
||||
<% _.forEach(section.commits, (commit) => { %> - <%= printCommit(commit, true) %><% }) %>
|
||||
<% _.forEach(section.components.sort((a, b) => a !== b ? a < b ? -1 : 0 : 1), (component) => { %> - **<%= component.name %>:**
|
||||
<% _.forEach(component.commits, (commit) => { %> <%= (component.commits.length > 1) ? ' -' : '' %> <%= printCommit(commit, true) %><% }) %><% }) %><% } %><% }) %>
|
||||
@@ -0,0 +1,5 @@
|
||||
#
|
||||
# The base languages, lexicons and voices
|
||||
LEXES = cmulex
|
||||
LANGS = usenglish
|
||||
VOXES = cmu_us_awb
|
||||
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"id": "1700053802548-g66l",
|
||||
"lang": "en",
|
||||
"context_name": "color",
|
||||
"skill_name": "color_skill",
|
||||
"action_name": "tell_hexadecimal_color",
|
||||
"skill_config": {
|
||||
"name": "Color",
|
||||
"bridge": "python",
|
||||
"version": "1.0.0",
|
||||
"workflow": []
|
||||
},
|
||||
"skill_config_path": "skills/native/color_skill/skill.json",
|
||||
"utterance": "what is the hexadecimal color for red?",
|
||||
"entities": [],
|
||||
"action_arguments": {
|
||||
"color_name": "red"
|
||||
},
|
||||
"sentiment": {
|
||||
"vote": "neutral",
|
||||
"score": 0
|
||||
},
|
||||
"context": {
|
||||
"utterances": ["what is the hexadecimal color for red?"],
|
||||
"action_arguments": [{ "color_name": "red" }],
|
||||
"entities": [],
|
||||
"sentiments": [{ "vote": "neutral", "score": 0 }],
|
||||
"data": {}
|
||||
},
|
||||
"extra_context": {
|
||||
"date": "2023-11-15",
|
||||
"time": "21:10:02",
|
||||
"timestamp": 1700053802000,
|
||||
"date_time": "2023-11-15T21:10:02+08:00",
|
||||
"week_day": "Wednesday"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"id": "1700053946667-srkw",
|
||||
"lang": "en",
|
||||
"context_name": "guess_the_number",
|
||||
"skill_name": "guess_the_number_skill",
|
||||
"action_name": "guess",
|
||||
"skill_config": {
|
||||
"name": "Guess the Number",
|
||||
"bridge": "python",
|
||||
"version": "1.0.0",
|
||||
"workflow": []
|
||||
},
|
||||
"skill_config_path": "skills/native/guess_the_number_skill/skill.json",
|
||||
"utterance": "my guess is 42",
|
||||
"entities": [],
|
||||
"action_arguments": {
|
||||
"number": 42
|
||||
},
|
||||
"sentiment": {
|
||||
"vote": "neutral",
|
||||
"score": 0
|
||||
},
|
||||
"context": {
|
||||
"utterances": ["my guess is 42"],
|
||||
"action_arguments": [{ "number": 42 }],
|
||||
"entities": [],
|
||||
"sentiments": [{ "vote": "neutral", "score": 0 }],
|
||||
"data": {}
|
||||
},
|
||||
"extra_context": {
|
||||
"date": "2023-11-15",
|
||||
"time": "21:12:26",
|
||||
"timestamp": 1700053946000,
|
||||
"date_time": "2023-11-15T21:12:26+08:00",
|
||||
"week_day": "Wednesday"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user