describe_image
Provide a detailed Chinese description of a local image using a vision model. Accepts custom prompts and automatically splits long images for full analysis.
Instructions
通用视觉描述:调用视觉模型观察图片并返回中文描述文本。
Args: image_path: 本地图片文件路径(支持 jpg/png/bmp 等,超长图自动分块)。 prompt: 可选的自定义描述要求;缺省使用通用描述提示词。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | No | ||
| image_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |