I'm currently testing Google Vertex AI Agent Builder to create a chatbot. I’ve built a chatbot using my data (PDF and DOC files), but when I deploy it on a website, it keeps displaying reference documents in the chat responses and generates download links for these files from the datastore. I want to prevent the chatbot from showing these documents and stop it from creating download links.
Could anyone guide me on how to achieve this?