diff --git a/content/en/llm_observability/instrumentation/auto_instrumentation.md b/content/en/llm_observability/instrumentation/auto_instrumentation.md index 6a9906371ecd5..4f3ef935a5e78 100644 --- a/content/en/llm_observability/instrumentation/auto_instrumentation.md +++ b/content/en/llm_observability/instrumentation/auto_instrumentation.md @@ -26,7 +26,7 @@ Datadog's LLM Observability can automatically trace and annotate calls to suppor | [Amazon Bedrock](#amazon-bedrock) | >= 1.31.57 | >= 2.9.0 | | [Amazon Bedrock Agents](#amazon-bedrock-agents) | >= 1.38.26 | >= 3.10.0 | | [Anthropic](#anthropic) | >= 0.28.0 | >= 2.10.0 | -| [CrewAI](#crewai) | >= 0.105.0 | >= 3.5.0 | +| [CrewAI](#crewai) | >= 0.105.0 | >= 3.5.0 | | [Google ADK](#google-adk) | >= 1.0.0 | >= 3.15.0 | | [Google GenAI](#google-genai) | >= 1.21.1 | >= 3.11.0 | | [LangChain](#langchain) | >= 0.0.192 | >= 2.9.0 | @@ -496,6 +496,8 @@ The OpenAI integration instruments the following methods, including streamed cal - [Responses][5]: - `OpenAI().responses.create()` - `AsyncOpenAI().responses.create()` + - `OpenAI().responses.parse()` (as of `ddtrace==3.17.0`) + - `AsyncOpenAI().responses.parse()` (as of `ddtrace==3.17.0`) - [Calls made to DeepSeek through the OpenAI Python SDK][6] (as of `ddtrace==3.1.0`) [1]: /integrations/openai/ @@ -793,4 +795,4 @@ For more specific control over library patching and the integration that starts {{< partial name="whats-next/whats-next.html" >}} [1]: /llm_observability/instrumentation/sdk -[2]: /llm_observability/quickstart/ \ No newline at end of file +[2]: /llm_observability/quickstart/