agentConfig

Configures the FunctionalAgentServiceBuilder with the given AI agent configuration.

This method applies the provided AIAgentConfig to the builder, setting up the prompt, language model, maximum iterations, and strategy for handling missing tools.

Return

The current instance of FunctionalAgentServiceBuilder for method chaining.

Parameters

config

The AI agent configuration containing prompt settings, model configuration, maximum agent iterations, and strategies for handling missing tools.