* wip

* wip
This commit is contained in:
Dave Horton
2025-08-05 10:18:14 -04:00
committed by GitHub
parent 1f7c98c0ce
commit 44112f67b3

View File

@@ -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" : {
"properties": {
"id": "string",
@@ -600,7 +615,6 @@
"channel": "number"
},
"required": [
"transcriptionHook"
]
},
"target": {
@@ -1256,7 +1270,6 @@
"speechPadMs": "number"
},
"required": [
"enable"
]
},
"amd": {