Description
Screenshots can be attached to a prompt, but the agent is unable to read or inspect them. It appears that the uploaded image file is referenced in the prompt, but is not accessible to the file-reading tool.
Steps to reproduce
- Attach a screenshot to a prompt.
- Ask the agent to inspect or analyze the screenshot.
- The agent attempts to access the uploaded PNG file.
Actual behavior
The screenshot cannot be read. The file-reading tool reports that binary files are not supported, so the image content is unavailable to the agent.
Example error:
read does not support binary files
Expected behavior
Attached screenshots should be accessible to the agent through an image-capable input or tool so their visual content can be inspected and analyzed.
Additional context
This may be an upload-access or tool-routing issue: the attachment path is provided, but there is no image-capable mechanism available to read the file.
Description
Screenshots can be attached to a prompt, but the agent is unable to read or inspect them. It appears that the uploaded image file is referenced in the prompt, but is not accessible to the file-reading tool.
Steps to reproduce
Actual behavior
The screenshot cannot be read. The file-reading tool reports that binary files are not supported, so the image content is unavailable to the agent.
Example error:
Expected behavior
Attached screenshots should be accessible to the agent through an image-capable input or tool so their visual content can be inspected and analyzed.
Additional context
This may be an upload-access or tool-routing issue: the attachment path is provided, but there is no image-capable mechanism available to read the file.