Experiment - Memory for conversation history
Problem:You want to build a chatbot that remembers what the user said earlier in the conversation. Currently, the chatbot only responds based on the last message and forgets previous messages.
Current Metrics:Chatbot responds correctly to single-turn questions 90% of the time, but multi-turn conversation coherence is only 50%.
Issue:The chatbot lacks memory of past conversation turns, causing it to give inconsistent or irrelevant answers in longer chats.