Function initializeAgentExecutor
- initializeAgentExecutor(tools, llm, _agentType?, _verbose?, _callbackManager?): Promise<AgentExecutor>
Parameters
- tools: ToolInterface[]
- llm: BaseLanguageModelInterface
Optional
_agentType: AgentTypeOptional
_verbose: booleanOptional
_callbackManager: any
Deprecated
See new agent creation docs.