claude-agent-sdk-python
claude-agent-sdk-python copied to clipboard
How can I send images?
trafficstars
Images on disk can be sent by referencing the filename via @filename.
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
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.