I'm modeling a chatbot in dialogflow cx. On a certain page I have a Generator that answers the user's question with a short answer and a link to a relevant accommodation. Unfortunately, I noticed that the links were often outdated/broken. Therefor I've now uploaded a JSONL file with up-to-date links and added it as a data store for the agent.
So far the generator ignores it and if I mention the datastore name in the prompt it says it cannot access it. How can I prompt the generator to look for the links in the data store?