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

Method _executeNextStep

packages/components/src/agents.ts:190–192  ·  view source on GitHub ↗

* Execute the next step in the chain using the * AgentExecutor's _takeNextStep method.

(runManager?: CallbackManagerForChainRun)

Source from the content-addressed store, hash-verified

188 * AgentExecutor's _takeNextStep method.
189 */
190 async _executeNextStep(runManager?: CallbackManagerForChainRun): Promise<AgentFinish | AgentStep[]> {
191 return this.agentExecutor._takeNextStep(this.nameToToolMap, this.inputs, this.intermediateSteps, runManager)
192 }
193
194 /**
195 * Process the output of the next step,

Callers 1

_callNextMethod · 0.95

Calls 1

_takeNextStepMethod · 0.80

Tested by

no test coverage detected