jargon

Applied AI·Structured outputs and tool calling

the model asked for three lookups in one turn and you ran them concurrently instead of one after another.

Parallel tool calls

Draft summary, pending review

The model requesting several independent tool calls in one turn, such as three weather lookups for three cities. Your code can execute them concurrently and return all results together.