docs: update for pipecat PR #4892#966
Merged
Merged
Conversation
Contributor
|
🔍 Mintlify preview for this branch: https://daily-docs-pr-4892.mintlify.app |
markbackman
approved these changes
Jul 4, 2026
- AssemblyAI: Note automatic ExternalUserTurnStrategies when vad_force_turn_endpoint=False - Cartesia Turns: Note automatic turn strategy recommendation - Deepgram Flux: Update Notes to reflect automatic turn strategy request - Deepgram Flux SageMaker: Update Notes for automatic turn strategy - Gladia: Note automatic turn strategy when enable_vad=True - Speechmatics: Update Overview Note for automatic turn strategies in ADAPTIVE/SMART_TURN modes Reflects changes from pipecat PR #4892 where STT services with server-side turn detection now automatically request ExternalUserTurnStrategies via ServiceMetadataFrame, eliminating the need for manual configuration.
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 #4892.
Changes
Updated 5 STT service documentation pages to reflect the automatic turn strategy recommendation feature:
AssemblyAI (
api-reference/server/services/stt/assemblyai.mdx):ExternalUserTurnStrategiesrequest whenvad_force_turn_endpoint=FalseCartesia (
api-reference/server/services/stt/cartesia.mdx):CartesiaTurnsSTTServiceto note that the service automatically requestsExternalUserTurnStrategiesDeepgram (
api-reference/server/services/stt/deepgram.mdx):DeepgramFluxSTTServicesection to reflect automatic turn strategy requestDeepgramFluxSageMakerSTTServicesection to reflect automatic turn strategy requestGladia (
api-reference/server/services/stt/gladia.mdx):enable_vad=True, the service automatically requestsExternalUserTurnStrategiesSpeechmatics (
api-reference/server/services/stt/speechmatics.mdx):TurnDetectionMode.ADAPTIVEorTurnDetectionMode.SMART_TURN, the service automatically requestsExternalUserTurnStrategiesKey message
All changes emphasize that:
ExternalUserTurnStrategiesat startuser_turn_strategiesstill override the service's recommendationGaps identified
None. All relevant STT service documentation pages have been updated. No new doc pages needed to be created.