agentConfig
Configures the GraphAgentBuilder using the provided AIAgentConfig instance.
The configuration sets the prompt, language model, maximum iterations, and the strategy for handling missing tools based on the given AIAgentConfig.
Return
The current instance of GraphAgentBuilder<Input, Output> for method chaining.
Parameters
config
The AIAgentConfig instance containing the agent's configuration, including prompt settings, model, iteration limits, and tool handling strategies.