fix(04): bypass Format Response for intent-based status queries

Parse and Match now returns formatted text directly, so Format Response
node is redundant. Connect Parse and Match directly to Send Docker Response
to avoid 'Unexpected response format' error.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Lucas Berger
2026-01-30 22:18:44 -05:00
parent ada8800bff
commit d842efbf17
+1 -1
View File
@@ -2640,7 +2640,7 @@
"main": [
[
{
"node": "Format Response",
"node": "Send Docker Response",
"type": "main",
"index": 0
}