analyze_image_batch
Analyze multiple images at once with optional custom prompts. Get content descriptions for a batch of image files using configurable Tencent Cloud credentials and region.
Instructions
批量分析图片内容
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | No | 分析提示词(可选) | 请描述这张图片的内容。 |
| region | No | 腾讯云地域(可选,默认 ap-beijing) | ap-beijing |
| secretId | No | 腾讯云 SecretId(可选,优先使用环境变量 TENCENT_SECRET_ID) | |
| secretKey | No | 腾讯云 SecretKey(可选,优先使用环境变量 TENCENT_SECRET_KEY) | |
| imagePaths | Yes | 图片文件路径数组 |