agentConfig

Configures the current PlannerAIAgentBuilder instance using the provided AIAgentConfig.

This method applies the settings from the given AIAgentConfig, such as the prompt, language model, maximum agent iterations, and strategy to handle missing tools, to the builder instance.

Return

The current instance of PlannerAIAgentBuilder for chaining further methods.

Parameters

config

An AIAgentConfig instance containing the configuration settings to be applied.