session_view_image
Retrieve images from visual memory by ID to enable LLM analysis. Returns Base64-encoded content for AI processing and interpretation of stored visuals.
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. |