From d842efbf173b859028b32b9adfb587fbc8e26d13 Mon Sep 17 00:00:00 2001 From: Lucas Berger Date: Fri, 30 Jan 2026 22:18:44 -0500 Subject: [PATCH] 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 --- n8n-workflow.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/n8n-workflow.json b/n8n-workflow.json index 33ee5ea..9023200 100644 --- a/n8n-workflow.json +++ b/n8n-workflow.json @@ -2640,7 +2640,7 @@ "main": [ [ { - "node": "Format Response", + "node": "Send Docker Response", "type": "main", "index": 0 }