Merge pull request #4004 from pipecat-ai/pk/service-settings-update-frame-can-target-specific-service

Add optional `service` field to `ServiceUpdateSettingsFrame` for targ…
This commit is contained in:
kompfner
2026-03-12 11:48:41 -04:00
committed by GitHub
5 changed files with 15 additions and 3 deletions

1
changelog/4004.added.md Normal file
View File

@@ -0,0 +1 @@
- Added optional `service` field to `ServiceUpdateSettingsFrame` (and its subclasses `LLMUpdateSettingsFrame`, `TTSUpdateSettingsFrame`, `STTUpdateSettingsFrame`) to target a specific service instance. When `service` is set, only the matching service applies the settings; others forward the frame unchanged. This enables updating a single service when multiple services of the same type exist in the pipeline.