Open sangee2004 opened 4 days ago
to be clear, the image is saved to the workspace upon generation. sangeetha is effectively trying to copy the image. it is just too big for the workspace read or write files to work with. The llm essentially decided to do the wrong thing and save the reference to the image file, not the image itself.
Steps to reproduce the problem:
This results in image being saved with content - "/api/threads/t18t2m9/file/generated_image_324b2a32.png"
Debug logs - calls - 2024-11-10T121811.761.json
Expected Behavior: We should be able to save the binary contents of the image.
Note - This causes problem when other tools like vision wants to access this file like - https://github.com/otto8-ai/otto8/issues/431#issuecomment-2466826619