Skip to content

docs: update for pipecat PR #3855#564

Open
markbackman wants to merge 1 commit intomainfrom
docs/pr-3855
Open

docs: update for pipecat PR #3855#564
markbackman wants to merge 1 commit intomainfrom
docs/pr-3855

Conversation

@markbackman
Copy link
Contributor

Automated documentation update for pipecat PR #3855.

Changes

Updated guides/fundamentals/context-summarization.mdx:

  • Configuration table: Added three new parameters (llm, summary_message_template, summarization_timeout)
  • Code examples: Updated to show all new configuration options
  • New section: Using a Dedicated LLM for Summarization: Documents how to route summarization to a cheaper/faster LLM (e.g., Gemini Flash) while keeping the primary LLM for conversation
  • New section: Customizing Summary Format: Explains how to use summary_message_template to wrap summaries in custom delimiters (e.g., XML tags)
  • New section: Monitoring Summarization: Documents the on_summary_applied event handler for observability, including the SummaryAppliedEvent data structure with compression metrics

Gaps identified

None

Add documentation for new LLMContextSummarizationConfig parameters:
- llm: Optional dedicated LLM for generating summaries
- summary_message_template: Template for formatting summaries
- summarization_timeout: Maximum time to wait for summary generation

Add new sections:
- Using a Dedicated LLM for Summarization
- Customizing Summary Format
- Monitoring Summarization (on_summary_applied event)

Update configuration table and code examples with new parameters.
@markbackman markbackman added the auto-docs Automated documentation update from pipecat source changes label Feb 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-docs Automated documentation update from pipecat source changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant