session_save_image
Save local images to permanent project visual memory. Archives UI states, diagrams, and bug screenshots in Prism's media vault with indexed metadata for automatic retrieval during context restoration.
Instructions
Save a local image file into the project's permanent visual memory. Use this to remember UI states, diagrams, architecture graphs, or bug screenshots. The image is copied into Prism's media vault and indexed in the handoff metadata. On the next session_load_context, the agent will see a lightweight index of available images.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | Project identifier — must match an existing project. | |
| file_path | Yes | Absolute or relative path to the image file (png, jpg, jpeg, webp, gif, svg). | |
| description | Yes | What does this image show? Used for indexing and context display. |