Compare commits

..

2 Commits

Author SHA1 Message Date
Hoan HL
de5b261391 wip 2026-01-11 05:37:17 +07:00
Hoan HL
15422e1612 support gemini tts 2026-01-11 05:35:51 +07:00
2 changed files with 12 additions and 2 deletions

View File

@@ -550,8 +550,7 @@
"redirect": {
"properties": {
"id": "string",
"actionHook": "object|string",
"statusHook": "object|string"
"actionHook": "object|string"
},
"required": [
"actionHook"
@@ -660,6 +659,7 @@
"label": "string",
"language": "string",
"voice": "string|object",
"model": "string",
"fallbackVendor": "string",
"fallbackLabel": "string",
"fallbackLanguage": "string",

View File

@@ -505,6 +505,16 @@ test("validate correct verbs", async (t) => {
"language": "en-US"
}
},
{
"verb": "say",
"text": "hi there!",
"instructions": "be funny",
"synthesizer" : {
"vendor": "google",
"language": "en-US",
"model": "gemini-2.5-flash-tts"
}
},
{
"verb": "sip:decline",
"status": 480,