Skip to content

Commit

Permalink
add overrideConfig values to $flow....
Browse files Browse the repository at this point in the history
  • Loading branch information
raffareis committed Aug 25, 2024
1 parent 800d524 commit fd4fb6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/server/src/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,8 @@ export const buildFlow = async ({
chatflowid,
chatId,
sessionId,
chatHistory
chatHistory,
...overrideConfig
}
while (nodeQueue.length) {
const { nodeId, depth } = nodeQueue.shift() as INodeQueue
Expand Down

0 comments on commit fd4fb6f

Please sign in to comment.