Run several tool calls at once
batchGroup multiple slimdex calls into one request to reduce per-call protocol overhead. Provide an array of call objects with tool names and args.
Instructions
Execute multiple slimdex calls in one request to avoid per-call protocol overhead. Pass calls: [{ "tool": "find_definition", "args": { "name": "login" } }, ...]. Cannot nest batch inside itself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| calls | Yes |