Note a Memory
noteRecord durable decisions, findings, or corrections into memory mid-task for future recall. Designed for storing user preferences and lessons, not transient chatter.
Instructions
Record a decision, finding, or correction into memory mid-task so it can be recalled in future sessions.
Returns {ok, noted}. The text is captured as a candidate and deduped against existing knowledge by the background pipeline.
Use when the user states a durable preference or you learn something worth keeping; not for transient chatter. To retrieve memories use recall.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The lesson to remember, as one self-contained sentence, e.g. 'The user prefers Conventional Commits with no body.' |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| noted | No |