Hi,
I added a couple of text files to Generative AI of my chatbot. It works well: the chatbot can interpret the files and give relevant answers on the contents of these files. When the chatbot answers a question it provides the citations to the corresponding files.
Now I'd like to achieve to following: overwrite the citations and link them not to files but the url addresses defined in these files. For example I have a file that discusses the creation of a support case. In this file I have a part that has the url (let's say: http://some.example.url). I'd like the bot to provide this url as the citation when answering the question about the support case.
I understand, that the url can be added to Generative AI as a resource, but in this case the url points to the internal document, that has a complicated url and is not accepted as a source web page.
Thank you