mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-28 05:55:17 -07:00
Cap Thinking Budget to prevent runaway thought loops (#12416)
This commit is contained in:
@@ -832,8 +832,8 @@
|
||||
"thinkingBudget": {
|
||||
"title": "Thinking Budget",
|
||||
"description": "The thinking budget for the Codebase Investigator agent.",
|
||||
"markdownDescription": "The thinking budget for the Codebase Investigator agent.\n\n- Category: `Experimental`\n- Requires restart: `yes`\n- Default: `-1`",
|
||||
"default": -1,
|
||||
"markdownDescription": "The thinking budget for the Codebase Investigator agent.\n\n- Category: `Experimental`\n- Requires restart: `yes`\n- Default: `8192`",
|
||||
"default": 8192,
|
||||
"type": "number"
|
||||
},
|
||||
"model": {
|
||||
|
||||
Reference in New Issue
Block a user