Hello,
Since I cannot see the debugger when calling the api from my web app, I don’t know how an uploaded file is communicated to mindstudio. Is it an url that needs to be passed, or is it the file itself? My agent is setup where Main has the vars setup, and then move on to a generate text where a var is used in the prompt. one of these vars is the uploaded questionnaire that is parsed and which content is read by the prompt. Should I add the block extract text from file, which uses a url to read the contetn? But since I cannot see the debugger for an api call, I am unsure as to how to transfer the information from the document to my agent. Please advise. Thank you