Hi, I'm new to creating a copilot chatbot, and I have two questions. First, how can I enable users to upload a file within the chatbot? Second, is there a way to implement something like a code interpreter?
The reason I'm asking is because a user wants to upload a .csv file containing performance data and then ask questions about it. I need to provide the chatbot with the capability to calculate averages, trends, generate insights, and perform other related tasks. Is this possible, and if so, how can I go about building this functionality?
Thanks in advance!