set_index_line
Write a persistent one-sentence summary for a memory record, enabling quick scanning and retrieval without re-reading full content each session.
Instructions
Write the index line for one record: the sentence a reader scans to decide whether to open it.
This is the half of memory_index that a model can do and a library cannot. Read needs_line
from memory_index, write what each record CONCLUDED in a sentence, and store it here; it
persists on the record, so the cost is paid once per record rather than once per session.
Aim for what the measurement rewards: name the specific thing and what was concluded about it, around twenty words. Not the question it answers -- that variant scored higher only on question-shaped queries, and lost 57% of its margin when the queries changed register, because it was being scored by a writer of the same shape.
An empty line is refused rather than stored: it would make the record unreachable while making the index look filled in.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| line | Yes |