Author: philz42
Channel: #shelley
Link: https://discord.com/channels/1405685085923049482/1450334528210993295/1518983973588566208
Issue
The screenshot tool is producing sporadic errors when used with GLM 5.2. The root cause appears to be that GLM 5.2 does not support image attachments, but the read_image capability flag may not be set correctly or is not being properly piped through to the screenshot tool.
Context
GLM 5.2 lacks vision/image attachment support, so when the screenshot tool sends an image to the model, it cannot process it. However, the tool doesn't error consistently—only sporadically—suggesting the capability flag is either:
- Not set correctly for GLM 5.2
- Not being properly communicated to the screenshot tool
Shelley has logic to disable read_image for models that don't support images, but this may need to be verified/fixed for GLM 5.2.
Action Items
Author: philz42
Channel: #shelley
Link: https://discord.com/channels/1405685085923049482/1450334528210993295/1518983973588566208
Issue
The screenshot tool is producing sporadic errors when used with GLM 5.2. The root cause appears to be that GLM 5.2 does not support image attachments, but the
read_imagecapability flag may not be set correctly or is not being properly piped through to the screenshot tool.Context
GLM 5.2 lacks vision/image attachment support, so when the screenshot tool sends an image to the model, it cannot process it. However, the tool doesn't error consistently—only sporadically—suggesting the capability flag is either:
Shelley has logic to disable
read_imagefor models that don't support images, but this may need to be verified/fixed for GLM 5.2.Action Items