vision_crop_analyze
Crop a region of an image and analyze it with a vision-language model to inspect small text, UI elements, chart data, or error messages.
Instructions
Crop a region of an image and analyze it with VLM. This is the most powerful tool for inspecting small text, UI elements, chart data, or error messages.
Coordinates are NORMALIZED (0.0 to 1.0), where (0,0) is top-left and (1,1) is bottom-right.
Workflow: Use vision_inspect first to get dimensions, then vision_analyze for overview, then vision_crop_analyze to zoom into specific regions of interest.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| task | No | general | |
| width | Yes | ||
| height | Yes | ||
| prompt | No | 请详细描述这个区域的内容 | |
| include_raw | No | ||
| image_source | Yes | ||
| include_source_ref | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |