docs: update for pipecat PR #5625 (eager end-of-turn) - #1280
Merged
Conversation
- Add EagerTranscriptionFrame and EagerEndOfTurnCancelFrame to frames documentation - Add speculation parameter to LLMContextFrame - Add skip_tts parameter to LLMFullResponseStartFrame and LLMFullResponseEndFrame - Add enable_eager_end_of_turn parameter to DeepgramFluxSTTService, DeepgramFluxSageMakerSTTService, and CartesiaTurnsSTTService - Update STT service event handlers and notes for eager end-of-turn behavior - Add EagerUserTurnStrategies documentation - Update on_user_turn_inference_triggered event signature with speculation parameter
Contributor
|
🔍 Mintlify preview for this branch: https://daily-docs-pr-5625.mintlify.site |
Contributor
|
❌ Broken links detected! Please check the workflow logs for details on which links are broken and fix them before merging. |
1 similar comment
Contributor
|
❌ Broken links detected! Please check the workflow logs for details on which links are broken and fix them before merging. |
markbackman
approved these changes
Sep 11, 2026
Contributor
|
❌ Broken links detected! Please check the workflow logs for details on which links are broken and fix them before merging. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated documentation update for pipecat PR #5625.
Changes
Frame Documentation
EagerTranscriptionFramedocumentation — transcript of a turn a service predicts has ended before committingEagerEndOfTurnCancelFramedocumentation — frame withdrawing an eager end of turnUserStoppedSpeakingFramedescription to mentionSpeculationGatespeculationparameter toLLMContextFrame— marks inference as speculativeskip_ttsparameter documentation toLLMFullResponseStartFrameandLLMFullResponseEndFrameSTT Service Documentation
enable_eager_end_of_turnparameter toDeepgramFluxSTTServiceandDeepgramFluxSageMakerSTTServiceInterimTranscriptionFrame)on_eager_end_of_turnandon_turn_resumedare only emitted whenenable_eager_end_of_turnis enabledenable_eager_end_of_turnparameter toCartesiaTurnsSTTServiceon_turn_eager_endandon_turn_resumeare only emitted whenenable_eager_end_of_turnis enabledTurn Management Documentation
EagerUserTurnStrategiesdocumentation — strategies for services that predict end of turn before committing, with parameters for match policy, speculation timeout, and interruptionson_user_turn_inference_triggeredevent documentation to include the newspeculationparameter when the event is registered onUserTurnController(handlers onLLMUserAggregatorandUserTurnProcessorremain unchanged)Gaps identified
None