Quiz 6 Question 13 of 20

An agentic system uses Claude with tool_choice: {type: 'auto'} to call a set of 15 tools across a multi-step research task. The system processes a complex user request and Claude calls tools in sequence, with each tool result returned in subsequent messages. After 8 tool calls, the context window approaches 190,000 tokens. The system must complete the remaining analytical steps. Which approach correctly handles near-context-window situations in production agentic systems?

Select an answer to reveal the explanation.

Motivation