maxAgentIterations

Specifies the maximum number of iterations an AI agent is allowed to perform during its operation.

This value acts as a safeguard to prevent infinite loops in scenarios where the agent's logic might otherwise continue indefinitely. It determines the number of steps the agent can take while executing its task, and exceeding this limit will halt the agent's processing.