Hi everyone! I’m building an Agent in the OpenAI platform and I’m a bit lost. I have very little programming experience, so sorry if this is a basic question.
I want the Agent to do this:
-
The user uploads an Excel file (ad-hoc, any structure).
-
The Agent processes that file (clean data, create new columns, run some logic, etc.).
-
The Agent outputs a new Excel file for the user to download.
I’ve read about tools and function calling, but I still don’t understand how to let the user upload the file, how the Agent is supposed to read/process it, and how to return an Excel file as output.
Does anyone know the correct setup?
Do I need a custom tool for file handling, or can this be done with the built-in file tools?