From 66b63d8912a632931fe2d8937431d23a12c8d20e Mon Sep 17 00:00:00 2001 From: Dave Horton Date: Tue, 17 Mar 2026 21:07:18 -0400 Subject: [PATCH] stt and tts are not required in pipeline because they can be defined at the application level --- specs.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/specs.json b/specs.json index ef931ba..27f1a5d 100644 --- a/specs.json +++ b/specs.json @@ -1367,9 +1367,7 @@ "toolHook": "object|string" }, "required": [ - "stt", - "llm", - "tts" + "llm" ] }, "bargeInPipeline": {