Quiz 9 Question 6 of 20

In a multi-agent research pipeline, an orchestrator spawns three parallel subagents to research different sections of a topic. Each subagent uses a tool that calls a web search API. After all three complete, the orchestrator must synthesize results. The orchestrator sends tool results from all three subagents in a single synthesis request. What is the correct format for passing multiple tool results from parallel tool calls in a single API request?

Select an answer to reveal the explanation.

Motivation