config

Specifies the configuration for the AI agent.

This property allows setting an instance of AIAgentConfigBase, which defines various parameters and settings for the AI agent, such as the model, prompt structure, execution strategies, and constraints. It provides the core configuration required for the agent's setup and behavior.

If null, the configuration will not be explicitly defined, and the agent may rely on default or externally supplied configurations.