Hi, I created an AssistantAPI (OpenAI) and I instructed to only output a chart (which is generated in Python). Also I tried to instruct to only output the file in Byte64.
Then in Make I have an OpenAI module which calls the assistant and afterwards a Google Drive Upload module.
My problem is that I’m not getting the actual file from the OpenAI Message Assistant module in order to send it to the Google Drive Module and upload the file, it just has a text like “her is the file” and a link to the sandbox in OpenAI which I can’t access of course from Make.
How can I achieve this?
Thanks in advance. Guillermo.