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

Function resolveVariables

packages/server/src/utils/buildAgentflow.ts:241–640  ·  view source on GitHub ↗
(
    reactFlowNodeData: INodeData,
    question: string,
    form: Record<string, any>,
    flowConfig: IFlowConfig | undefined,
    availableVariables: Variable[],
    variableOverrides: IVariableOverride[],
    uploadedFilesContent: string,
    chatHistory: IMessage[],
    componentNodes: IComponentNodes,
    agentFlowExecutedData?: IAgentflowExecutedData[],
    iterationContext?: ICommonObject,
    loopCounts?: Map<string, number>,
    webhook?: Record<string, any>
)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

executeNodeFunction · 0.70

Calls 1

getParamValuesFunction · 0.70

Tested by

no test coverage detected