add_fact
Adds atomic facts like preferences, decisions, or important information to memory for AI agent workflows. Stores single statements such as 'Team prefers Tailwind over CSS modules' with categorization.
Instructions
Add a new atomic fact to UnClick Memory. One fact = one statement. Use when the user states a preference, makes a decision, or shares important info. Good: 'Team prefers Tailwind over CSS modules'. Bad: 'We talked about styling'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fact | Yes | The fact - a single atomic statement | |
| category | No | Category: preference, decision, technical, contact, project, general | general |
| confidence | No | ||
| source_session_id | No | Session ID where this fact was learned |