mirror of
https://github.com/jambonz/verb-specifications.git
synced 2026-04-03 14:05:58 +00:00
Compare commits
1 Commits
v0.1.9
...
feat/whisp
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
03551a8608 |
@@ -213,6 +213,7 @@
|
||||
"properties": {
|
||||
"id": "string",
|
||||
"text": "string|array",
|
||||
"instructions": "string",
|
||||
"stream": "boolean",
|
||||
"loop": "number|string",
|
||||
"synthesizer": "#synthesizer",
|
||||
|
||||
@@ -221,6 +221,10 @@ test("validate correct verbs", async (t) => {
|
||||
"fallbackVoice": "voice"
|
||||
}
|
||||
},
|
||||
"say": {
|
||||
"text": "To speak to Sales press 1 or say Sales. To speak to customer support press 2 or say Support",
|
||||
"instructions": "Voice: High-energy, upbeat, and encouraging, projecting enthusiasm and motivation."
|
||||
},
|
||||
"say": {
|
||||
"text": "To speak to Sales press 1 or say Sales. To speak to customer support press 2 or say Support",
|
||||
"synthesizer": {
|
||||
|
||||
Reference in New Issue
Block a user