Merge pull request #3879 from pipecat-ai/mb/fix-tracing-settings

Fix tracing to use ServiceSettings API instead of dict access
This commit is contained in:
Mark Backman
2026-03-02 08:01:45 -05:00
committed by GitHub
3 changed files with 16 additions and 18 deletions

View File

@@ -0,0 +1 @@
- Updated tracing code to use `ServiceSettings` dataclass API (`given_fields()`, attribute access) instead of dict-style access (`.items()`, `in`, subscript).