session_view_image
Retrieve an image from visual memory using its short ID and return it as Base64 inline content for LLM analysis.
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. |