summarize_conversation
Summarize a conversation to reduce context size, condensing older messages into a summary while keeping recent exchanges verbatim.
Instructions
Summarize a conversation to reduce context size
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_tokens | No | Max tokens to allocate for summary generation | |
| keep_last_n | No | How many recent messages to keep verbatim | |
| conversation_id | Yes | Conversation ID |