Merge pull request #4063 from pipecat-ai/mb/wake-word-start-strategy

This commit is contained in:
Mark Backman
2026-03-17 21:05:10 -04:00
committed by GitHub
2 changed files with 16 additions and 2 deletions

1
changelog/4063.fixed.md Normal file
View File

@@ -0,0 +1 @@
- Fixed Deepgram STT list-type settings (`keyterm`, `keywords`, `search`, `redact`, `replace`) being stringified instead of passed as lists to the SDK, which caused them to be sent as literal strings (e.g. `"['pipecat']"`) in the WebSocket query params.