-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
Labels
Description
Question
How I can handle files with Agent or Agents? For example let's say I am sending an image for color recognition and then the Agent have to use MCP tool call to add this image to the relevant color. Unfortunately, my implementation forces the LLM to provide to the MCP tool call the URL link of the image, which is on OpenAI storage.
I think it would me good to support flows especially with images, where for example the Agent can see what is in the image , make changes to the image and then call tools.