Compare commits

...

3 Commits

Author SHA1 Message Date
Hoan HL
faa6db9e74 wip 2026-03-16 17:42:48 +07:00
Hoan HL
554354d3c0 Merge branch 'main' of https://github.com/jambonz/verb-specifications into fix/gh_14 2026-03-16 17:00:01 +07:00
Hoan HL
b8523db008 wip 2026-03-16 16:59:42 +07:00

View File

@@ -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",