Quiz 8 Question 18 of 20

A multi-agent pipeline processes pull requests in stages: Agent A reviews code style, Agent B checks security, and Agent C generates the final review summary. Agent A and B complete and pass the PR to Agent C. Agent C produces a summary that contradicts findings from Agent A, misses a critical security note from Agent B, and asks questions that Agent A already answered. The orchestrator passed only the PR URL between agents, not the prior agents' findings. What was missing?

Select an answer to reveal the explanation.

Motivation