Quiz 8 Question 14 of 20

A multi-agent pipeline has an orchestrator Claude instance that dispatches sub-tasks to three specialized worker agents (data-retrieval, analysis, formatting). The orchestrator passes task context to each worker via tool_result content blocks. During a load test, the formatting agent begins receiving stale data from a prior run because the orchestrator is reusing a conversation thread across multiple pipeline executions. What is the root cause and correct fix?

Select an answer to reveal the explanation.

Motivation