Function initializeAgentExecutor
- initializeAgentExecutor(tools, llm, _agentType?, _verbose?, _callbackManager?): Promise<AgentExecutor>
Parameters
- tools: ToolInterface<ZodObjectAny>[]
- llm: BaseLanguageModelInterface<any, BaseLanguageModelCallOptions>
Optional_agentType: AgentTypeOptional_verbose: booleanOptional_callbackManager: CallbackManager
Deprecated
See new agent creation docs.