docs: add max_old_tool_call_tokens and max_consecutive_tool_calls to agent config reference#2229
Merged
dgageot merged 1 commit intodocker:mainfrom Mar 24, 2026
Conversation
…agent config reference Assisted-By: docker-agent
There was a problem hiding this comment.
Assessment: 🟢 APPROVE
This documentation change adds two new agent configuration parameters to the reference documentation:
max_consecutive_tool_calls: Maximum consecutive identical tool calls (default: 5)max_old_tool_call_tokens: Token budget for old tool call content (default: 40000, -1 to disable)
The additions are consistent with the schema and implementation. No issues found in the changed code.
derekmisler
approved these changes
Mar 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #2228
Adds documentation for
max_old_tool_call_tokensandmax_consecutive_tool_callsto the agent configuration reference page:max_old_tool_call_tokens: default40000, set to-1to disable truncationmax_consecutive_tool_calls: default5