mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 15:00:57 +03:00
Lunary: feedback tracking (#3332)
* Lunary: feedback tracking * fix incorrect param order
This commit is contained in:
@@ -57,6 +57,7 @@ import logger from './logger'
|
||||
export const buildAgentGraph = async (
|
||||
chatflow: IChatFlow,
|
||||
chatId: string,
|
||||
apiMessageId: string,
|
||||
sessionId: string,
|
||||
incomingInput: IncomingInput,
|
||||
isInternal: boolean,
|
||||
@@ -114,6 +115,7 @@ export const buildAgentGraph = async (
|
||||
startingNodeIds,
|
||||
reactFlowNodes: nodes,
|
||||
reactFlowEdges: edges,
|
||||
apiMessageId,
|
||||
graph,
|
||||
depthQueue,
|
||||
componentNodes: appServer.nodesPool.componentNodes,
|
||||
|
||||
Reference in New Issue
Block a user