Fix TTS, realtime LLM services could return unknown for model_name

This commit is contained in:
Mark Backman
2026-01-13 12:04:15 -05:00
parent d0f227189c
commit efbc0c8510
4 changed files with 12 additions and 6 deletions

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

@@ -0,0 +1 @@
- Fixed an issue in `traced_stt` where `model_name` in OpenTelemetry appears as `unknown`.

View File

@@ -1 +1 @@
- Fixed a bug in `traced_llm` where the model name in opentelemetry is shown unknown even though it is defined.
- Fixed an issue in `traced_llm` where `model_name` in OpenTelemetry appears as `unknown`.

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

@@ -0,0 +1 @@
- Fixed an issue in `traced_tts`, `traced_gemini_live`, and `traced_openai_realtime` where `model_name` in OpenTelemetry appears as `unknown`.