Hi all,
I’m creating an App which uses Assistant API with attached files. Generally, I followed the steps 1. upload the file; 2. create the file with Files API (using fs.createReadStream(); 3. Attach it to the Assistant. It works well for PDFs and csv.
However, it didn’t work with the files like pptx, xlsx, or images. I always got answers like “the file is binary and not accessible”. To check the capability of the algorithm, I cloned the same assistant in playground, and upload the file directly in playground, it works. The answers make more sense.
Does anyone hit the same issue like me? Any thoughts? Thanks!