How can I pass a file to the GPT-4 message as an assistant module?

Details: I’m setting up a scenario where I upload a PDF resume to extract all details from the document. However, I’m encountering an issue where the output message reads: “Result: It appears that the resume file was not successfully uploaded. Please try uploading the resume file again, and I will assist you with extracting and presenting the textual content.” How can I resolve this issue and ensure the file is uploaded successfully for content extraction?

Hi,

Uploading files to Assistant is asynchronous process- HTTP respond isn’t confirming that your file have been successfully saved and ready to use.

You should wait for reply or use @makeitfuture’s custom module.

Have a nice day!

In HTTP module i have succesfully get the file.
As you can see the name of the file is shown.
But net GPT 4 assistant is not accesing the file.
Can you help me with that

Here is a solution to get the uploaded files recognized by the Message an Assistant module, could you give this a try?

samliewrequest private consultation

Join the Make Fans Discord server to chat with other makers!