We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcc57e2 commit 4e493ffCopy full SHA for 4e493ff
src/utils/executionUtil.ts
@@ -135,7 +135,7 @@ export const graphToPrompt = async (
135
if (!link) break
136
137
parent = parent.isSubgraphNode()
138
- ? parent.getOutputNodeFromSubgraph(link.origin_slot)
+ ? parent.resolveSubgraphOutputLink(link.origin_slot)?.outputNode
139
: parent.getInputNode(link.target_slot)
140
141
if (!parent) break
0 commit comments