Skip to content

docs: update for pipecat PR #4892#966

Merged
markbackman merged 1 commit into
mainfrom
docs/pr-4892
Jul 4, 2026
Merged

docs: update for pipecat PR #4892#966
markbackman merged 1 commit into
mainfrom
docs/pr-4892

Conversation

@pipecat-docs-bot

Copy link
Copy Markdown

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):

    • Updated "With AssemblyAI Built-in Turn Detection" section to note automatic ExternalUserTurnStrategies request when vad_force_turn_endpoint=False
    • Updated Notes section to clarify turn detection modes and automatic turn strategy handling
  • Cartesia (api-reference/server/services/stt/cartesia.mdx):

    • Updated Notes section for CartesiaTurnsSTTService to note that the service automatically requests ExternalUserTurnStrategies
  • Deepgram (api-reference/server/services/stt/deepgram.mdx):

    • Updated Note at the top of DeepgramFluxSTTService section to reflect automatic turn strategy request
    • Updated Notes section under Usage to clarify automatic turn management
    • Updated Note at the top of DeepgramFluxSageMakerSTTService section to reflect automatic turn strategy request
    • Updated Notes section for SageMaker variant to clarify automatic turn management
  • Gladia (api-reference/server/services/stt/gladia.mdx):

    • Updated Notes section to clarify that when enable_vad=True, the service automatically requests ExternalUserTurnStrategies
  • Speechmatics (api-reference/server/services/stt/speechmatics.mdx):

    • Updated Overview Note to clarify that when using TurnDetectionMode.ADAPTIVE or TurnDetectionMode.SMART_TURN, the service automatically requests ExternalUserTurnStrategies

Key message

All changes emphasize that:

  1. Services with server-side turn detection now automatically request ExternalUserTurnStrategies at start
  2. Users no longer need to manually configure turn strategies for these services
  3. User-provided user_turn_strategies still override the service's recommendation

Gaps identified

None. All relevant STT service documentation pages have been updated. No new doc pages needed to be created.

@pipecat-docs-bot pipecat-docs-bot Bot added auto-docs Automated documentation update from pipecat source changes pipecat labels Jun 30, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🔍 Mintlify preview for this branch: https://daily-docs-pr-4892.mintlify.app

- 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.
@markbackman markbackman merged commit a75ba80 into main Jul 4, 2026
3 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 pipecat

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants