update_note
Prevent note decay by refreshing its TTL or updating its content when the note remains valuable but expiration approaches.
Instructions
Refresh a note's ttl to prevent decay, or update its content. Use when a note is still valuable but its ttl is getting low.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ttl | No | New ttl | |
| content | No | New content | |
| note_id | Yes | Note ID (N001, N002...) |