mirror of
https://github.com/jambonz/verb-specifications.git
synced 2025-12-19 04:47:47 +00:00
17
specs.json
17
specs.json
@@ -1,4 +1,19 @@
|
|||||||
{
|
{
|
||||||
|
"pipeline": {
|
||||||
|
"properties": {
|
||||||
|
"id": "string",
|
||||||
|
"stt": "#recognizer",
|
||||||
|
"tts": "#synthesizer",
|
||||||
|
"vad": "#vad",
|
||||||
|
"llm": "#llm",
|
||||||
|
"preflightLlm": "boolean",
|
||||||
|
"actionHook": "object|string"
|
||||||
|
},
|
||||||
|
"required": [
|
||||||
|
"stt",
|
||||||
|
"tts"
|
||||||
|
]
|
||||||
|
},
|
||||||
"alert" : {
|
"alert" : {
|
||||||
"properties": {
|
"properties": {
|
||||||
"id": "string",
|
"id": "string",
|
||||||
@@ -600,7 +615,6 @@
|
|||||||
"channel": "number"
|
"channel": "number"
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"transcriptionHook"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"target": {
|
"target": {
|
||||||
@@ -1256,7 +1270,6 @@
|
|||||||
"speechPadMs": "number"
|
"speechPadMs": "number"
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"enable"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"amd": {
|
"amd": {
|
||||||
|
|||||||
Reference in New Issue
Block a user