agentConfig
Configures the FunctionalAgentBuilder with the provided AI agent configuration settings.
This method applies the specified configuration to the builder, including properties such as the prompt, language model, maximum iterations, and strategy for handling missing tools.
Return
The updated instance of FunctionalAgentBuilder for further configuration chaining.
Parameters
config
The configuration object of type AIAgentConfig containing the settings to be applied to the builder.