Recall session continuity
session.continuityRecall where the previous session left off: recent turns, checkpoints, and open work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | No | Number of prior turns (default 10) | |
| since | No | Time-range floor: epoch seconds, RFC 3339, or YYYY-MM-DD | |
| until | No | Time-range ceiling: epoch seconds, RFC 3339, or YYYY-MM-DD | |
| max_content_bytes | No | Per-turn content cap in bytes (256-262144, default 8192) | |
| current_session_id | No | Session to exclude (optional) | |
| max_response_bytes | No | Turns budget in bytes (256-262144, default 49152) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||