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:
co-authored by
Claude Opus 4.5
parent
ada8800bff
commit
d842efbf17
+1
-1
@@ -2640,7 +2640,7 @@
|
|||||||
"main": [
|
"main": [
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"node": "Format Response",
|
"node": "Send Docker Response",
|
||||||
"type": "main",
|
"type": "main",
|
||||||
"index": 0
|
"index": 0
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user