mirror of
https://github.com/alibaba/open-code-review.git
synced 2026-07-09 17:28:58 +00:00
feat(config): increase default max tool call rounds from 20 to 30
Allow more thorough analysis per file by raising MAX_TOOL_REQUEST_TIMES.
This commit is contained in:
parent
e34c634879
commit
2bebc86cfc
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@
|
|||
"timeout": 120
|
||||
},
|
||||
"TOOL_REQUEST_WAIT_TIME_MS": 10000,
|
||||
"MAX_TOOL_REQUEST_TIMES": 20,
|
||||
"MAX_TOOL_REQUEST_TIMES": 30,
|
||||
"MAX_SUBTASK_EXECUTION_TIME_MINUTES": 5,
|
||||
"PLAN_MODE_LINE_THRESHOLD": 50,
|
||||
"MAX_TOKENS": 58888,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue