Quiz 5 Question 10 of 20

An orchestrator agent delegates a data processing module to two subagents. Subagent 1 implements the module using async/await with Promises, while Subagent 2 implements the same module using callback patterns. When the orchestrator receives both outputs, they are architecturally contradictory and cannot both be merged. What is the correct resolution strategy for the orchestrator?

Select an answer to reveal the explanation.

Motivation