summarize_chat
Generate structured markdown summaries from chat conversations, saving them to organized files with customizable detail levels and optional full history inclusion.
Instructions
Summarize chat history and save it as a markdown file.
Args: chat_history: The chat conversation text to summarize title: Optional title for the summary (will be used in filename) summary_style: Style of summary - 'brief', 'detailed', or 'bullet_points' include_full_history: Whether to include the full chat history in the summary file (default: True) create_separate_full_history: Whether to create a separate file with just the full history (default: False)
Returns: Path to the created summary file and preview of the summary
Input Schema
Name | Required | Description | Default |
---|---|---|---|
chat_history | Yes | ||
create_separate_full_history | No | ||
include_full_history | No | ||
summary_style | No | detailed | |
title | No |