Function initializeAgentExecutor
 
- initializeAgentExecutor(tools, llm, _agentType?, _verbose?, _callbackManager?): Promise<AgentExecutor>
- 
Parameters
- 
tools: ToolInterface[]
- 
- 
Optional_agentType: AgentType
- 
Optional_verbose: boolean
- 
Optional_callbackManager: CallbackManager
 
 
 
 
 
⚠️ Deprecated ⚠️
See new agent creation docs.
This feature is deprecated and will be removed in the future.
It is not recommended for use.