From f92c3429d22e7459eb58f981f7f1c95e74a24986 Mon Sep 17 00:00:00 2001 From: Dave Horton Date: Wed, 1 Apr 2026 12:36:11 -0400 Subject: [PATCH] add noiseIsolation to pipeline verb --- specs.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/specs.json b/specs.json index a6bd02b..472b063 100644 --- a/specs.json +++ b/specs.json @@ -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",