Add additional_span_attributes param to PipelineTask for extra otel… (#1992)

This commit is contained in:
Sunah Suh
2025-06-10 16:32:24 -05:00
committed by GitHub
parent c59180dd6e
commit d3df75aaa0
3 changed files with 22 additions and 3 deletions

View File

@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- Adds a parameter called `additional_span_attributes` to PipelineTask that
lets you add any additional attributes you'd like to the conversation span.
### Fixed
- Fixed an issue with `CartesiaSTTService` initialization.