Note a Memory
noteRecord decisions, findings, or corrections during a task for future recall. Use when you learn something durable, not for 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 |