MCPcopy Create free account
hub / github.com/FlowiseAI/Flowise / combineNodeInputs

Function combineNodeInputs

packages/server/src/utils/buildAgentflow.ts:971–1044  ·  view source on GitHub ↗

* Combines inputs from multiple source nodes into a single input object * @param {Map } receivedInputs - Map of inputs received from different nodes * @returns {any} Combined input data * * @example * const inputs = new Map(); * inputs.set('node1', { json: { value: 1 }, text: 'Hell

(receivedInputs: Map<string, any>)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

processNodeOutputsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected