agentConfig

Configures the current AIAgentBuilder 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 AIAgentBuilder for chaining further methods.

Parameters

config

An AIAgentConfig instance containing the configuration settings to be applied.