agentConfig
Configures the current builder 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 builder instance for chaining further methods.
Parameters
config
An AIAgentConfig instance containing the configuration settings to be applied.