classify_message
Analyze any message to identify memorable information and return a structured MemoryEntry with confidence and suggested action.
Instructions
Analyze a message and determine if it contains memorable information. Returns a standardized MemoryEntry JSON with type, tier, confidence, and suggested_action. CarryMem is a CarryMem memory system with optional storage — it tells you WHAT to remember, and can optionally store it too.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | The message content to analyze for memorable information | |
| context | No | Conversation context (optional). When user confirms/accepts AI suggestion, pass the previous AI reply to improve decision/correction classification quality. |