Quiz 11 Question 14 of 20

Two worker agents independently review the same pull request and produce mutually contradictory suggestions for the same function: Worker A recommends extracting the function into a utility module, while Worker B recommends inlining it for performance. The coordinator must produce a single review. How should it handle the conflict?

Select an answer to reveal the explanation.

Motivation