stt and tts are not required in pipeline because they can be defined at the application level

This commit is contained in:
Dave Horton
2026-03-17 21:07:18 -04:00
parent de5a2fdd1c
commit 66b63d8912

View File

@@ -1367,9 +1367,7 @@
"toolHook": "object|string" "toolHook": "object|string"
}, },
"required": [ "required": [
"stt", "llm"
"llm",
"tts"
] ]
}, },
"bargeInPipeline": { "bargeInPipeline": {