Hello,
I’m evaluating the framework, which has ben awesome so far. I have a question about how to work with images.
I’ve successfully created an agent that uses the Dalle tool, but I’m not sure if you have support for working locally with the output of the agent e.g. a file?
I found an example in the documentation that describes how to get to the image url. Does this mean I should then just pen some code to download that image or can I use the FileTools tool to get a handle on the generated output?
The OpenAI api has support for setting the response type to base64 when dealing with images, is this an option here?
Thanks