mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-10 20:40:36 +00:00
fix(batch): update batch tool definition to outline correct value for max tool calls (#9517)
This commit is contained in:
parent
088b537657
commit
36f5ba52e9
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
- 1–20 tool calls per batch
|
||||
- 1–25 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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue