remember_in_partition
Store a text record into a named partition, tagging it, enforcing a size cap with oldest-entry eviction, and erasing it on expiry or session close.
Instructions
Remember into a partition: the record is tagged partition:, counted against its cap (the oldest is evicted with a tombstone when the cap is reached), and erased by its expiry or at close.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | ||
| tags | No | ||
| text | Yes | ||
| partition | Yes |