Skip to content

docs: update for pipecat PR #3930#588

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

docs: update for pipecat PR #3930#588
markbackman merged 1 commit intomainfrom
docs/pr-3930

Conversation

@markbackman
Copy link
Copy Markdown
Contributor

Automated documentation update for pipecat PR #3930.

Changes

Updated three STT service documentation pages to add the new push_empty_transcripts parameter:

  • server/services/stt/openai.mdx — Added push_empty_transcripts parameter to OpenAISTTService configuration section
  • server/services/stt/groq.mdx — Added push_empty_transcripts parameter to GroqSTTService configuration section
  • server/services/stt/sambanova.mdx — Added push_empty_transcripts parameter to SambaNovaSTTService configuration section

This parameter was added to BaseWhisperSTTService and allows empty transcription frames to be pushed downstream when VAD fires but no speech is detected. This enables the agent to resume speaking instead of waiting indefinitely for a transcription.

Gaps identified

None

Updates documentation for OpenAI, Groq, and SambaNova STT services to include
the new push_empty_transcripts parameter added to BaseWhisperSTTService in
pipecat PR #3930.

This parameter allows empty transcription frames to be pushed downstream when
VAD fires but no speech is detected, enabling the agent to resume speaking
instead of waiting indefinitely for a transcription.
@markbackman markbackman added the auto-docs Automated documentation update from pipecat source changes label Mar 6, 2026
@markbackman markbackman merged commit 4fac2dc 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