modifications to pipeline verb (#130)

This commit is contained in:
Dave Horton
2026-03-17 17:46:55 -04:00
committed by GitHub
parent 11a0dce5ba
commit 8cb79d47cc

View File

@@ -1359,10 +1359,9 @@
"id": "string",
"stt": "#recognizer",
"tts": "#synthesizer",
"vad": "#vad",
"turnDetection": "#turnDetectionPipeline",
"llm": "#llm",
"preflightLlm": "boolean",
"turnDetection": "string|object",
"bargeIn": "#bargeInPipeline",
"actionHook": "object|string",
"eventHook": "object|string",
"toolHook": "object|string"
@@ -1373,18 +1372,12 @@
"tts"
]
},
"turnDetectionPipeline": {
"bargeInPipeline": {
"properties": {
"vendor": {
"type": "string",
"enum": ["krisp"]
},
"threshold": "number",
"eagerEotThreshold": "number"
},
"required": [
"vendor"
]
"enable": "boolean",
"minSpeechDuration": "number",
"sticky": "boolean"
}
},
"noiseIsolation" : {
"properties": {