Hi all,
I am trying to work on a simple chatbot for teams. The goal is to make a user be able to upload an attachment to teams and have a generative AI answer based on that document as a knowledge base.
However whenever i upload an attachment it is uploaded as a URL to a personal sharepoint which i can't access with the copilot.
The system.Activity.Attachment doesn't have the body text of the attachment either.
So my question is, how would i feed the content to the chatbot to answer based on a single attachment file?