fable_thread
Retrieves exact conversation thread turns by prompt ID, preserving original order. Ideal for recovering precise details after a search.
Instructions
Read one conversation thread VERBATIM (user → assistant → tool turns, in order) under a token budget — the exact past turns, not a paraphrase. Use after fable_search (or with a known prompt_id) to recover precise detail a summary would have lost. Bulky tool results are elided with block pointers (fetch via fable_block).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt_id | Yes | ||
| budget | No | ||
| raw | No |