You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to synthesize from different nodes, something like here in the docs
Note that the router can return something like ['A', 'B'] as well. If it only returns a single node name, everything is fine. Problem is when multiple paths are invoked.
The problem is that the nodes A,B,C in the figure are returning to different variables/keys in the state. How do I ensure that in the synthesis node, it waits for all the results before synthesizing? I manually added a wait statement to check if that (longer duration) state variable is not empty, but it keeps waiting. Multiple routes are being invoked, but the issue is in the synthesis node.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I am trying to synthesize from different nodes, something like here in the docs
Note that the router can return something like ['A', 'B'] as well. If it only returns a single node name, everything is fine. Problem is when multiple paths are invoked.
The problem is that the nodes A,B,C in the figure are returning to different variables/keys in the state. How do I ensure that in the synthesis node, it waits for all the results before synthesizing? I manually added a wait statement to check if that (longer duration) state variable is not empty, but it keeps waiting. Multiple routes are being invoked, but the issue is in the synthesis node.
Beta Was this translation helpful? Give feedback.
All reactions