understand_image
Identify and extract information from images using vision models. Returns text descriptions for coding tools without vision support.
Instructions
调用视觉模型理解图片,将识别结果以文本返回。
当用户要求识别、分析、OCR、描述、比较图片或截图时,必须调用此工具。 这是唯一可以"看到"图片的工具,不要用 Read/cat 等文本工具打开图片文件。
Args: prompt: 图片理解任务描述,如"提取图中文字"、"分析截图中的报错信息"。 image_path: 单张本地图片路径。 image_url: 单张网络图片 URL 或 data:image base64 格式。 image_paths: 多张本地图片路径列表。 image_urls: 多张网络图片 URL 列表。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | ||
| image_url | No | ||
| image_path | No | ||
| image_urls | No | ||
| image_paths | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |