Quiz 6 Question 18 of 20

An agent is configured to escalate to a human operator whenever a tool call fails three times consecutively. A security team audit reveals that the escalation never triggered, even though logs show the agent encountered multiple repeated tool failures over several days. Reviewing the agent's code, the error handler catches all exceptions and returns a success response to the calling loop. What is the root cause?

Select an answer to reveal the explanation.

Motivation