Capture context to memory
session_captureCapture and persist important context from conversations, including decisions, insights, and preferences, using structured event types and tags.
Instructions
Automatically capture and store important context from the conversation. Use this to persist decisions, insights, preferences, or important information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tags for categorization | |
| title | Yes | Brief title for the captured context | |
| content | Yes | Full content/details to capture | |
| code_refs | No | Input parameter: code refs. | |
| event_type | Yes | Type of context being captured | |
| importance | No | Importance level | |
| project_id | No | Project ID (UUID). | |
| provenance | No | Input parameter: provenance. | |
| session_id | No | Session ID to associate with this capture | |
| workspace_id | No | Workspace ID (UUID). |