Legacy single-turn tool calling forced
N sequential round-trips for
N independent lookups (Prompt -> Call 1 -> Result 1 -> Call 2 -> Result 2 ...), multiplying inference latency and token overhead; parallel execution collapses
N steps into a single asynchronous burst, slashing latency by 70%-90%.