get_conversation_summary
Retrieve details of a past conversation by ID: returns full transcript for short chats or an AI-generated summary for longer ones. Use to dive deeper into recalled history.
Instructions
Get details of a specific past conversation. For short conversations (<5K tokens), returns the full transcript. For longer conversations, returns an AI-generated summary. Use when the user wants to dive deeper into a conversation returned by recall_chat_history. Requires the conversationId from that tool's sources array.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| conversationId | Yes | Conversation ID from the recall_chat_history sources array |