config
Represents the AI agent configuration used in the mock builder.
This property holds the agent's configuration, which may include the parameters for prompts, the language model to be used, iteration limits, and strategies for handling missing tools. It is utilized in constructing or copying an AI agent context during testing or mock setup.
The configuration, represented by AIAgentConfigBase, can be modified or replaced depending on the requirements of the mock or testing scenario. A null
value indicates the absence of a specific configuration.