Skip to content

Commit 81b7371

Browse files
authored
Update auto_instrumentation.md add openai responses nodejs (#32579)
1 parent 05bfde2 commit 81b7371

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/en/llm_observability/instrumentation/auto_instrumentation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,7 @@ The OpenAI integration instruments the following methods, including streamed cal
459459
- [Embeddings][5]:
460460
- `openai.embeddings.create()` and `azureopenai.embeddings.create()`
461461
- [Calls made to DeepSeek through the OpenAI Node.js SDK][21] (as of `dd-trace@5.42.0`)
462+
- [Responses][32] (as of `dd-trace@5.76.0`)
462463

463464
## LangChain
464465

@@ -676,6 +677,7 @@ module.exports = {
676677
[29]: https://docs.claude.com/en/api/client-sdks#typescript
677678
[30]: https://docs.anthropic.com/en/api/messages
678679
[31]: https://docs.anthropic.com/en/api/messages-streaming
680+
[32]: https://platform.openai.com/docs/api-reference/responses/create
679681
{{% /tab %}}
680682
{{< /tabs >}}
681683

0 commit comments

Comments
 (0)