maxAgentIterations

Specifies the maximum number of iterations an agent is permitted to perform during its execution cycle.

Adjusting this value controls how many steps an agent can take while attempting to fulfill a given task or respond to a prompt. This acts as a constraint to prevent unbounded loops or excessive resource usage in scenarios where the agent's computations or decision-making processes continue indefinitely.

Default value is 50.