Hi everyone,
I’m currently building a simple conversational workflow with agents, which collects user inputs step-by-step (such as name, ID number, date, etc.) and then sends these parameters via an API request. However, one of the parameters I’d like to handle is a PDF file uploaded by the user.
I’m having trouble figuring out how to get the agent to recognize and send this PDF file correctly through the API request. Does anyone have experience handling binary file uploads, specifically PDFs, within an agent workflow? Any guidance or examples on how to achieve this would be greatly appreciated.
Thanks in advance!