fix(routing): correct Route Callback connection offsets
The batch rule was added at index 4 but connections weren't updated, causing all subsequent rules to route to wrong handlers: - select → Answer List Callback (wrong) - list → Answer Action Callback (wrong) - action → Answer Noop Callback (wrong) - noop → nothing (missing) Fixed by correcting outputs 5-8 to connect to proper handlers. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
+9
-2
@@ -4805,6 +4805,13 @@
|
||||
"index": 0
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"node": "Answer Select Callback",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"node": "Answer List Callback",
|
||||
@@ -4826,7 +4833,6 @@
|
||||
"index": 0
|
||||
}
|
||||
],
|
||||
[],
|
||||
[
|
||||
{
|
||||
"node": "Prepare Confirm Input",
|
||||
@@ -4896,7 +4902,8 @@
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
],
|
||||
[]
|
||||
]
|
||||
},
|
||||
"Handle Cancel": {
|
||||
|
||||
Reference in New Issue
Block a user