session_view_image
Retrieve an image from visual memory by its ID to obtain Base64 inline content for AI analysis. Check available image IDs using session_load_context.
Instructions
Retrieve an image from visual memory using its ID. Returns the image as Base64 inline content for the LLM to analyze. Use session_load_context first to see available image IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | Project identifier. | |
| image_id | Yes | The short image ID (e.g., '8f2a1b3c') from the visual memory index. |