tweak(batch): up restrictive max batch tool from 10 to 25 (#9275)

This commit is contained in:
Spoon
2026-01-19 22:44:58 +01:00
committed by GitHub
parent 79ae749ed8
commit 673e79f457
2 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ Payload Format (JSON array):
[{"tool": "read", "parameters": {"filePath": "src/index.ts", "limit": 350}},{"tool": "grep", "parameters": {"pattern": "Session\\.updatePart", "include": "src/**/*.ts"}},{"tool": "bash", "parameters": {"command": "git status", "description": "Shows working tree status"}}]
Notes:
- 110 tool calls per batch
- 120 tool calls per batch
- All calls start in parallel; ordering NOT guaranteed
- Partial failures do not stop other tool calls
- Do NOT use the batch tool within another batch tool.