Skip to content

Commit ce59f57

Browse files
afgambinclaude
andcommitted
docs(agentic-orchestration): separate generic model call limit from connector specifics
Addresses review feedback on PR #9450: state the guardrail generically first, then explain how the AI Agent connector configures and reports it, and link to the full connector error table instead of naming a single error code in isolation. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 parent 0cf2000 commit ce59f57

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/components/agentic-orchestration/agent-states-and-metrics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ Tool execution duration is not part of the conversation history metrics. When a
6565

6666
### Model call limit
6767

68-
The **Maximum model calls** setting is the primary limit against runaway loops and unexpected cost. It limits how many times an agent instance can call the model, and defaults to 10 if you don't configure it.
68+
Camunda enforces a configurable limit on how many times an agent instance can call the model — the primary guardrail against runaway loops and unexpected cost. Camunda tracks model calls made against this configured limit, so you can see how close an agent instance is to it before it's reached.
6969

70-
Camunda tracks model calls made against this configured limit, so you can see how close an agent instance is to it before it's reached. When an agent instance reaches its configured limit, the AI Agent connector throws a `MAXIMUM_NUMBER_OF_MODEL_CALLS_REACHED` error.
70+
With the AI Agent connector, this limit is configured through the **Maximum model calls** setting, which defaults to 10 if you don't configure it. When an agent instance reaches its configured limit, the connector throws a `MAXIMUM_NUMBER_OF_MODEL_CALLS_REACHED` error. See [error handling](/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-subprocess.md#error-handling) for the full list of connector errors.
7171

7272
For guidance on interpreting proximity to this limit, and configuring it, see [interpret limit proximity warnings](/components/agentic-orchestration/evaluate-agents/detect-off-rail-agents.md#interpret-limit-proximity-warnings).

0 commit comments

Comments
 (0)