4.11.0rc6
Pre-release
Pre-release
Bug Fixes
- LLM Observability: Resolves an issue in the
openaiintegration where streamed chat completion spans under-reportedoutput_tokensandtotal_tokensfor OpenAI-compatible providers that emit a cumulativeusageobject on every streamed chunk.
- core: This fix prevents periodic thread restarts from blocking application code from resuming in forked children.