read_image_info
Validate image inputs to confirm they can be processed and return MIME type information for troubleshooting input issues.
Instructions
只校验图片输入是否可被识别(不调用 MiMo API),返回格式信息,用于排查图片输入问题。
Args: image: 图片的本地路径、http(s):// URL、file:// 或 data:image/...;base64,...。
Returns: 校验结果与图片 MIME 类型。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |