v4.13.0rc3
📦 datadog-sdkView on GitHub →
🐛 2 fixes🔧 2 symbols
Summary
This release addresses two bug fixes related to LLM Observability. It resolves a TypeError in streamed tool-call reconstruction and corrects cost reporting for OpenRouter requests with specific integrations.
🐛 Bug Fixes
- LLM Observability: Resolved a TypeError during streamed tool-call reconstruction when an OpenAI-compatible backend (e.g., DashScope/Qwen) emits a tool-call delta with `function.arguments` or `custom.input` set to `None` instead of `""`.
- LLM Observability: Fixed an issue where OpenAI and LiteLLM integrations reported zero cost for OpenRouter requests using a bring-your-own-key setup.