mirror of
https://github.com/jambonz/verb-specifications.git
synced 2025-12-19 04:47:47 +00:00
support whisper say verb instructions
This commit is contained in:
@@ -213,6 +213,7 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"id": "string",
|
"id": "string",
|
||||||
"text": "string|array",
|
"text": "string|array",
|
||||||
|
"instructions": "string",
|
||||||
"stream": "boolean",
|
"stream": "boolean",
|
||||||
"loop": "number|string",
|
"loop": "number|string",
|
||||||
"synthesizer": "#synthesizer",
|
"synthesizer": "#synthesizer",
|
||||||
|
|||||||
@@ -221,6 +221,10 @@ test("validate correct verbs", async (t) => {
|
|||||||
"fallbackVoice": "voice"
|
"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": {
|
"say": {
|
||||||
"text": "To speak to Sales press 1 or say Sales. To speak to customer support press 2 or say Support",
|
"text": "To speak to Sales press 1 or say Sales. To speak to customer support press 2 or say Support",
|
||||||
"synthesizer": {
|
"synthesizer": {
|
||||||
|
|||||||
Reference in New Issue
Block a user