Skip to main content
Run several tool calls in order in one round trip. Stops at the first error. Each step is {tool, args}.
Each step is a normal tool call. The batch stops at the first error and returns the results collected so far.

Parameters

object[]
required
Each item: tool, args.

Example