mirror of
https://github.com/jambonz/verb-specifications.git
synced 2026-03-21 18:57:52 +00:00
modifications to pipeline verb (#130)
This commit is contained in:
21
specs.json
21
specs.json
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user