aiana_preference_add
Store user preferences as searchable memories to maintain consistent settings across projects using semantic recall.
Instructions
Store a user preference as a memory with type=preference. Preferences are searchable and recallable like any other memory.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| preference | Yes | The preference to store (e.g. 'Use TypeScript strict mode'). | |
| project | No | Associate with a specific project. |