From 1351fc51b6e8a4c96a3a84b7c9ddcb11986871cd Mon Sep 17 00:00:00 2001 From: Jordan Wong <61242306+jordan-wong@users.noreply.github.com> Date: Mon, 3 Nov 2025 15:12:01 -0500 Subject: [PATCH] Update auto_instrumentation.md add openai responses nodejs --- .../llm_observability/instrumentation/auto_instrumentation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/llm_observability/instrumentation/auto_instrumentation.md b/content/en/llm_observability/instrumentation/auto_instrumentation.md index 5d602b3cc32bd..fe6b5016cc996 100644 --- a/content/en/llm_observability/instrumentation/auto_instrumentation.md +++ b/content/en/llm_observability/instrumentation/auto_instrumentation.md @@ -459,6 +459,7 @@ The OpenAI integration instruments the following methods, including streamed cal - [Embeddings][5]: - `openai.embeddings.create()` and `azureopenai.embeddings.create()` - [Calls made to DeepSeek through the OpenAI Node.js SDK][21] (as of `dd-trace@5.42.0`) +- [Responses][32] (as of `dd-trace@5.76.0`) ## LangChain @@ -676,6 +677,7 @@ module.exports = { [29]: https://docs.claude.com/en/api/client-sdks#typescript [30]: https://docs.anthropic.com/en/api/messages [31]: https://docs.anthropic.com/en/api/messages-streaming +[32]: https://platform.openai.com/docs/api-reference/responses/create {{% /tab %}} {{< /tabs >}}