Experiment - Handling retrieval failures gracefully
Problem:You have an AI agent that retrieves information from a database or external source to answer user queries. Sometimes, the retrieval fails due to missing data or connection issues, causing the agent to give incorrect or no answers.
Current Metrics:Retrieval success rate: 75%, User satisfaction score: 60%
Issue:The agent does not handle retrieval failures well, leading to poor user experience and incorrect responses.