Skip to content

Commit 8b5ce73

Browse files
committed
docs: clarify tool execution limits in agents documentation
1 parent 68918cb commit 8b5ce73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/agents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ except UsageLimitExceeded as e:
642642
```
643643

644644
!!! note
645-
- Usage limits are especially relevant if you've registered many tools. Use `request_limit` to bound the number of model turns, and `tool_calls_limit` to cap the exact number of tool executions within a run.
645+
- Usage limits are especially relevant if you've registered many tools. Use `request_limit` to bound the number of model turns, and `tool_calls_limit` to cap the exact number of successful tool executions within a run.
646646
- These limits are enforced at the final stage before the LLM is called. If your limits are stricter than your retry settings, the usage limit will be reached before all retries are attempted.
647647

648648
#### Model (Run) Settings

0 commit comments

Comments
 (0)