Skip to content

Commit 151fea3

Browse files
authored
add notes for openai responses.parse support (#32975)
1 parent 45956ce commit 151fea3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

content/en/llm_observability/instrumentation/auto_instrumentation.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Datadog's LLM Observability can automatically trace and annotate calls to suppor
2626
| [Amazon Bedrock](#amazon-bedrock) | >= 1.31.57 | >= 2.9.0 |
2727
| [Amazon Bedrock Agents](#amazon-bedrock-agents) | >= 1.38.26 | >= 3.10.0 |
2828
| [Anthropic](#anthropic) | >= 0.28.0 | >= 2.10.0 |
29-
| [CrewAI](#crewai) | >= 0.105.0 | >= 3.5.0 |
29+
| [CrewAI](#crewai) | >= 0.105.0 | >= 3.5.0 |
3030
| [Google ADK](#google-adk) | >= 1.0.0 | >= 3.15.0 |
3131
| [Google GenAI](#google-genai) | >= 1.21.1 | >= 3.11.0 |
3232
| [LangChain](#langchain) | >= 0.0.192 | >= 2.9.0 |
@@ -496,6 +496,8 @@ The OpenAI integration instruments the following methods, including streamed cal
496496
- [Responses][5]:
497497
- `OpenAI().responses.create()`
498498
- `AsyncOpenAI().responses.create()`
499+
- `OpenAI().responses.parse()` (as of `ddtrace==3.17.0`)
500+
- `AsyncOpenAI().responses.parse()` (as of `ddtrace==3.17.0`)
499501
- [Calls made to DeepSeek through the OpenAI Python SDK][6] (as of `ddtrace==3.1.0`)
500502

501503
[1]: /integrations/openai/
@@ -793,4 +795,4 @@ For more specific control over library patching and the integration that starts
793795
{{< partial name="whats-next/whats-next.html" >}}
794796

795797
[1]: /llm_observability/instrumentation/sdk
796-
[2]: /llm_observability/quickstart/
798+
[2]: /llm_observability/quickstart/

0 commit comments

Comments
 (0)