Fix LLM tracing for LLMContext

This commit is contained in:
Mark Backman
2025-11-11 14:31:55 -05:00
parent 54e8d29615
commit d37eabf57f
2 changed files with 46 additions and 27 deletions

View File

@@ -1316,6 +1316,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed an issue with OpenTelemetry where tracing wasn't correctly displaying
LLM completions and tools when using the universal LLMContext.
- Fixed an RTVI issue that was causing frames to be pushed before pipeline was
properly initialized.