Cap Thinking Budget to prevent runaway thought loops (#12416)

This commit is contained in:
Abhi
2025-11-03 13:39:06 -05:00
committed by GitHub
parent 9d642f3bb1
commit 59e0b10e6c
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -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": {