vision_describe
Read a local image file and return a vision model's interpretation of it. Use to describe screenshots, diagrams, photos, or answer specific questions about an image.
Instructions
Give the model visual reference: read a local image file and return what a vision-capable model sees/understands about it. Use whenever you need to see or interpret an image (screenshots, diagrams, photos).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question | No | Optional free-form question about the image. When empty, the model produces a general detailed description. | |
| image_path | No | Absolute path to a local image file (png/jpg/jpeg/webp/bmp/gif). When omitted/empty, automatically picks the newest image by LastWriteTime under the pasted-images dir (VISION_PASTED_DIR). |