ITADN

Qwen3.5是否支持image_zoom_in_tool

#879OpenNeverSayXz 创建于 2026-05-24
N
NeverSayXzcommented
[TOOL_RESPONSE] image_zoom_in_tool An error occurred when calling tool `image_zoom_in_tool`: ValidationError: 'img_idx' is a required property Failed validating 'required' in schema: {'type': 'object', 'properties': {'bbox_2d': {'type': 'array', 'items': {'type': 'number'}, 'minItems': 4, 'maxItems': 4, 'description': 'The bounding box of the ' 'region to zoom in, as [x1, ' 'y1, x2, y2], where (x1, ' 'y1) is the top-left corner ' 'and (x2, y2) is the ' 'bottom-right corner'}, 'label': {'type': 'string', 'description': 'The name or label of the ' 'object in the specified ' 'bounding box'}, 'img_idx': {'type': 'number', 'description': 'The index of the zoomed-in ' 'image (starting from 0)'}}, 'required': ['bbox_2d', 'label', 'img_idx']} On instance: {'bbox_2d': [567, 280, 663, 465], 'label': 'hanging sign with the name of the establishment'} 调用报错
0 条评论