mirror of
https://github.com/jambonz/verb-specifications.git
synced 2025-12-19 04:47:47 +00:00
wip (#107)
This commit is contained in:
46
specs.json
46
specs.json
@@ -1,19 +1,4 @@
|
|||||||
{
|
{
|
||||||
"pipeline": {
|
|
||||||
"properties": {
|
|
||||||
"id": "string",
|
|
||||||
"stt": "#recognizer",
|
|
||||||
"tts": "#synthesizer",
|
|
||||||
"vad": "#vad",
|
|
||||||
"llm": "#llm",
|
|
||||||
"preflightLlm": "boolean",
|
|
||||||
"actionHook": "object|string"
|
|
||||||
},
|
|
||||||
"required": [
|
|
||||||
"stt",
|
|
||||||
"tts"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"alert" : {
|
"alert" : {
|
||||||
"properties": {
|
"properties": {
|
||||||
"id": "string",
|
"id": "string",
|
||||||
@@ -1308,5 +1293,36 @@
|
|||||||
"streaming": "boolean",
|
"streaming": "boolean",
|
||||||
"sampleRate": "number"
|
"sampleRate": "number"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"pipeline": {
|
||||||
|
"properties": {
|
||||||
|
"id": "string",
|
||||||
|
"stt": "#recognizer",
|
||||||
|
"tts": "#synthesizer",
|
||||||
|
"vad": "#vad",
|
||||||
|
"turnDetection": "#turnDetectionPipeline",
|
||||||
|
"llm": "#llm",
|
||||||
|
"preflightLlm": "boolean",
|
||||||
|
"actionHook": "object|string",
|
||||||
|
"eventHook": "object|string"
|
||||||
|
},
|
||||||
|
"required": [
|
||||||
|
"stt",
|
||||||
|
"llm",
|
||||||
|
"tts"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"turnDetectionPipeline": {
|
||||||
|
"properties": {
|
||||||
|
"vendor": {
|
||||||
|
"type": "string",
|
||||||
|
"enum": ["krisp"]
|
||||||
|
},
|
||||||
|
"threshold": "number",
|
||||||
|
"preflightThreshold": "number"
|
||||||
|
},
|
||||||
|
"required": [
|
||||||
|
"vendor"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user