Function initializeAgentExecutor
- initializeAgentExecutor(tools, llm, _agentType?, _verbose?, _callbackManager?): Promise<AgentExecutor<any, any>>
-
Parameters
-
tools: Tool[]
-
-
Optional
_agentType: AgentType
-
Optional
_verbose: boolean
-
Returns Promise<AgentExecutor<any, any>>
Deprecated
use initializeAgentExecutorWithOptions instead