What does a stop_reason of "end_turn" indicate in Claude Code's agenti — Claude Code Certified Professional Practice — Claude Cert Academy

What does a stop_reason of "end_turn" indicate in Claude Code's agentic loop?

Answer: Claude has finished generating its response and no further action is required

end_turn means Claude completed its response naturally. No tool calls were made and no other stop condition triggered — the agent loop ends and the response is delivered.

Continue to Claude Cert Academy