Skip to main content

Flashcards

20 cards covering the most-tested concepts across all 5 domains. Click a card or press Space to flip. Use ← → to navigate.

Card 1 of 45 · 0% seenDomain 1
Click to reveal answer · Space to flip · ← → to navigate
What are the two key stop_reason values in an agentic loop and what does each mean?
"tool_use" → Claude wants to call a tool; loop must execute tools and continue. "end_turn" → Claude finished; loop terminates. Never use text content to decide termination — always use stop_reason.

Agentic Architecture & Orchestration