claude-agent-sdk-python icon indicating copy to clipboard operation
claude-agent-sdk-python copied to clipboard

How can I send images?

Open Mng-dev-ai opened this issue 4 months ago • 3 comments
trafficstars

Mng-dev-ai avatar Jun 27 '25 00:06 Mng-dev-ai

Images on disk can be sent by referencing the filename via @filename.

blois avatar Jul 20 '25 18:07 blois

I know but it's still tied to the Read tool which I might need to disable and use my custom tool so there should be a separate way to send images

Mng-dev-ai avatar Jul 21 '25 00:07 Mng-dev-ai

Actually, referencing images via @filename pushes the image content in the prompt and does not use the Read tool.. I'd still like to avoid the need for a file and am making progress in that direction.

blois avatar Jul 21 '25 02:07 blois