Upload to an assistant only
Thanks for the clarification. Upon reviewing the upload file module, it doesn't specify which assistant the file should be uploaded to. Therefore, I'm assuming that a POST request needs to be made using the OpenAI API module to ensure the file is directed to the correct assistant.
Is this assumption correct?
The upload file module exclusively uploads your file to your organization. You can view these files at https://platform.openai.com/files .
However,
the Assistant API is unable to access or even list these files for an unspecified reason.
Therefore,
providing a file ID in your prompt will not yield any intended results.
We require OpenAI modules within callin.io to enable attaching files to our prompts, similar to how the OpenAI Analyze image module handles images.
My current workaround involves taking a file (PDF), converting it to an image using the PDF.co module, and then analyzing the image with OpenAI.