load_more_context
Retrieve summarized, older conversation rounds from the active memory file before a specified turn ID, restoring context from previous sessions.
Instructions
Load older conversation rounds from the active wire.jsonl, summarized, before a given turn id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of older rounds to return. | |
| before_turn_id | Yes | Exclusive turn id; return rounds older than this. |