remember
Store durable facts about printer behavior, user preferences, and print outcomes across sessions. Use a stable key to update existing facts instead of duplicating them.
Instructions
Keep one fact for future sessions. Everything stored is already in your system prompt, so this is for writing, not reading.
Store what will still be true next week: how this printer and its plates behave, what the user wants without being asked, what was tried on a print and how it turned out. Not what you can look up — a preset value, a setting's range — and not what happened this turn.
topic is one of printer, preferences, outcomes. key is a short
lowercase slug naming the fact, like 'bed-adhesion' or 'seam'. Writing a
key that already exists corrects it in place, so use the same key again
rather than adding a second entry that disagrees with the first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| note | Yes | ||
| topic | Yes |