Open main menu
Article
Quizzes
Tools
EN
Article
Quizzes
Tools
All quizzes
/
Understanding AI Agents
/
A tool cal...
A tool call fails with a network timeout. Which error-recovery strategy best preserves overall task progress?
Retry the failed tool call with exponential back-off, and if it continues to fail, use a fallback tool or escalate to a human
Immediately abort the entire task and tell the user nothing worked
Silently skip the failed step and continue as if it succeeded
Re-run the entire task from the beginning to ensure consistency
Submit answers