classify_message
Determine if a message contains memorable information and return a structured memory entry 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 |
|---|---|---|---|
| context | No | Conversation context (optional). When user confirms/accepts AI suggestion, pass the previous AI reply to improve decision/correction classification quality. | |
| message | Yes | The message content to analyze for memorable information |