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 cb1e1e3 commit 2827e01Copy full SHA for 2827e01
1 file changed
packages/server/src/utils/buildAgentflow.ts
@@ -1109,8 +1109,8 @@ const executeNode = async ({
1109
Object.keys(iterationContext.agentflowRuntime.state).length > 0
1110
) {
1111
updatedState = {
1112
- ...updatedState,
1113
- ...iterationContext.agentflowRuntime.state
+ ...iterationContext.agentflowRuntime.state,
+ ...updatedState
1114
}
1115
flowConfig.state = updatedState
1116
0 commit comments