Skip to content

docs: update for pipecat PR #3947#595

Merged
markbackman merged 1 commit intomainfrom
docs/pr-3947
Mar 11, 2026
Merged

docs: update for pipecat PR #3947#595
markbackman merged 1 commit intomainfrom
docs/pr-3947

Conversation

@markbackman
Copy link
Copy Markdown
Contributor

Automated documentation update for pipecat PR #3947.

Changes

server/utilities/context-summarization.mdx

  • Updated the LLMContextSummarizer section to document that on_summary_applied is now exposed on LLMAssistantAggregator
  • Added example showing how to register the event handler on the aggregator (recommended approach)
  • Kept the existing example for registering on the summarizer directly for backward compatibility
  • Removed recommendation to access private _summarizer member

server/utilities/turn-management/turn-events.mdx

  • Added on_summary_applied to the Events Summary table
  • Added full documentation section for the on_summary_applied event under Assistant Turn Events
  • Documented all three parameters: aggregator, summarizer, and event
  • Added a note about enabling context summarization and a link to the Context Summarization guide

Gaps identified

None

- Update context-summarization.mdx to document on_summary_applied on aggregator
- Update turn-events.mdx to add on_summary_applied to assistant events
- Reflects changes from pipecat PR #3947
@markbackman markbackman added the auto-docs Automated documentation update from pipecat source changes label Mar 9, 2026
@markbackman markbackman merged commit aac8f54 into main Mar 11, 2026
2 checks passed
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