Hello everyone,
I'm new to the Copilot Studio tool and still learning about all its features. I'm currently working on a chatbot that can only answer based on a provided database (no internet access or use of its own general knowledge). However, when asking it a question, the chatbot links its answer to the previous conversation history. This means that if I ask two related questions, it will use the context from the first one to answer the second.
Quick example:
If I ask about water consumption in the city and get a relevant answer (because it's covered in the uploaded file), and then follow up with a question about data security, the chatbot will give me a data security answer in the context of water consumption in the city—because there’s a small section in the documents mentioning it. So if the water consumption is being tracked by an "ABCWater" sensor, the chatbot will only give me data security answers related to the ABCWater sensor, not about data security in general.
Does anyone know how to disable chat memory so that each question is treated independently?