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

Function runPrediction

packages/components/nodes/chains/LLMChain/LLMChain.ts:161–293  ·  view source on GitHub ↗
(
    inputVariables: string[],
    chain: LLMChain<string | object | BaseLanguageModel<any, BaseLanguageModelCallOptions>>,
    input: string,
    promptValuesRaw: ICommonObject | undefined,
    options: ICommonObject,
    nodeData: INodeData,
    disableStreaming?: boolean
)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

initMethod · 0.85
runMethod · 0.85

Calls 9

additionalCallbacksFunction · 0.90
checkInputsFunction · 0.90
streamResponseFunction · 0.90
formatResponseFunction · 0.90
handleEscapeCharactersFunction · 0.90
llmSupportsVisionFunction · 0.90
addImagesToMessagesFunction · 0.90
runMethod · 0.65
callMethod · 0.45

Tested by

no test coverage detected