reset_session
Clear a conversation session to start a fresh topic, optionally saving the transcript to a file first.
Instructions
Dump (optionally to a file) and clear a Fable conversation session, so the next ask on that key starts a fresh topic.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| save | No | Write the transcript to a file before clearing. | |
| model | No | Which tool's conversation to clear: 'fable' for `ask`, 'opus5' (or 'opus') for `ask_opus5`. The two tools namespace their sessions separately, so the same key names two independent conversations. | fable |
| session | No | Session key to clear. | default |