mirror of
https://github.com/jambonz/verb-specifications.git
synced 2026-07-04 19:22:00 +00:00
add noiseIsolation to pipeline verb
This commit is contained in:
+12
-1
@@ -1367,7 +1367,8 @@
|
||||
"eventHook": "object|string",
|
||||
"toolHook": "object|string",
|
||||
"greeting": "boolean",
|
||||
"earlyGeneration": "boolean"
|
||||
"earlyGeneration": "boolean",
|
||||
"noiseIsolation": "string|#noiseIsolationPipeline"
|
||||
},
|
||||
"required": [
|
||||
"llm"
|
||||
@@ -1380,6 +1381,16 @@
|
||||
"sticky": "boolean"
|
||||
}
|
||||
},
|
||||
"noiseIsolationPipeline": {
|
||||
"properties": {
|
||||
"mode": "string",
|
||||
"level": "number",
|
||||
"direction": {
|
||||
"enum": ["read", "write"]
|
||||
},
|
||||
"model": "string"
|
||||
}
|
||||
},
|
||||
"noiseIsolation" : {
|
||||
"properties": {
|
||||
"enable": "boolean",
|
||||
|
||||
Reference in New Issue
Block a user