Experiment - Error handling in tool calls
Problem:You have an AI agent that calls external tools to get information or perform tasks. Sometimes these tool calls fail or return errors, causing the agent to crash or give wrong answers.
Current Metrics:Success rate of tool calls: 70%, Agent crash rate due to unhandled errors: 20%
Issue:The agent does not handle errors from tool calls properly, leading to crashes and unreliable outputs.