How to permit an Agent to read a file uploaded to OpenAI storage by BrowserAgent? #178
Unanswered
simoninnyc
asked this question in
Q&A
Replies: 1 comment 8 replies
-
Generally, all you need to do is enable CodeInterpreter and add it to the list of tools. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm struggling to work out how to grant an agent the right permission to be able to read a file that another Agent has created. In my case one Agent asks the BrowserAgent to export HTML using a custom tool I created and save it in OpenAI storage. The Browser Agent confirms the file ID back to the requesting Agent and I see the file has been created when I browse to my OpenAI project storage. However my agent then reports that there was an issue accessing the HTML file. Do I need a custom tool in my Agent to retrieve the file using the file ID, or is this simply a matter of configuring the Agent correctly? Thanks for any suggestions you have. Sorry if I've missed something obvious!
Beta Was this translation helpful? Give feedback.
All reactions