image_understand
Analyze images from local paths, URLs, or data URIs to answer questions, extract text, diagnose errors, or describe content. Automatically detects the task type from your prompt.
Instructions
通用图像理解工具。当用户提到看图/截图/界面/报错/布局,或对话中出现图片附件并询问图片相关问题时调用。 图片来源:粘贴图路径、本地路径、HTTP(S) URL、Data URI。 直接传入用户原始问题即可,服务端会自动注入 Focus Hint 和基础视觉协议。 task_type(可选):auto|general|ocr|ui|debug|describe。省略或auto时自动推断。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | 用户关于图片的原始问题或指令 | |
| task_type | No | 可选任务类型。省略或auto=自动推断。ocr=文字提取;ui=界面;debug=报错;describe=简述 | |
| image_source | Yes | 要分析的图片:本地路径、HTTP(S) URL 或 data:image/...;base64,...(PNG/JPG/WebP/GIF,最大约10MB) |