Mostrar imagen de producto
get_product_imageRetrieve a product image by SKU ID and return it as a viewable PNG, with markdown output for direct display in chat. Solve image retrieval needs for product analysis or comparison.
Instructions
Descarga una imagen publica de un SKU y la devuelve como ImageContent PNG para vision del modelo. Para hacerla visible al usuario en Codex, copia tambien en la respuesta final el Markdown de imagen incluido en TextContent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sku_id | Yes | ||
| image_index | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | Yes | ||
| height | Yes | ||
| sku_id | Yes | ||
| mime_type | No | image/png | |
| product_id | Yes | ||
| source_url | Yes | ||
| image_index | Yes | ||
| product_name | Yes |