vision_analyze_image
Analyze an image from a local path or URL and answer questions about it. Provide a question and optional deep thinking mode to get detailed JSON responses.
Instructions
分析一张图片并回答问题。source 为本地图片路径(自动转 base64)或公网 URL; question 为对图片的提问;thinking=True 开启深度思考模式(更慢但更深入)。 返回 JSON:{ok, content, thinking, usage} 或 {ok:false, error:{code,message}}。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | ||
| question | Yes | ||
| thinking | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |