
I am using Microsoft Copilot Studio to create a chatbot that recommends educational programs from a CSV file (I have also tested a TXT file) as a knowledge source.
The chatbot initially provides a good response by listing relevant programs based on a subject query. However, when the user asks "Do you have more?", instead of excluding the already recommended resources and providing new ones, the chatbot keeps repeating the same resources (sometimes in a slightly different order).
Any guidance, best practices, or sample implementations would be greatly appreciated! Thank you in advance for your help. 😊