mirror of
https://github.com/jambonz/verb-specifications.git
synced 2026-03-26 13:59:02 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
faa6db9e74 | ||
|
|
554354d3c0 | ||
|
|
b8523db008 |
12
specs.json
12
specs.json
@@ -1361,6 +1361,7 @@
|
||||
"tts": "#synthesizer",
|
||||
"vad": "#vad",
|
||||
"turnDetection": "#turnDetectionPipeline",
|
||||
"turnGate": "#turnGatePipeline",
|
||||
"llm": "#llm",
|
||||
"preflightLlm": "boolean",
|
||||
"actionHook": "object|string",
|
||||
@@ -1386,6 +1387,17 @@
|
||||
"vendor"
|
||||
]
|
||||
},
|
||||
"turnGatePipeline": {
|
||||
"properties": {
|
||||
"enabled": "boolean",
|
||||
"vendor": "string",
|
||||
"model": "string",
|
||||
"auth": "object"
|
||||
},
|
||||
"required": [
|
||||
"enabled"
|
||||
]
|
||||
},
|
||||
"noiseIsolation" : {
|
||||
"properties": {
|
||||
"enable": "boolean",
|
||||
|
||||
Reference in New Issue
Block a user