Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ Datadog's LLM Observability can automatically trace and annotate calls to suppor
| [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 |
| [Google GenerativeAI](#google-generativeai) | >= 0.7.2 | >= 2.14.0 |
| [LangChain](#langchain) | >= 0.0.192 | >= 2.9.0 |
| [LangGraph](#langgraph) | >= 0.2.23 | >= 3.10.1 |
| [LiteLLM](#litellm) | >= 1.70.0 | >= 3.9.0 |
Expand Down Expand Up @@ -332,26 +331,6 @@ The Google GenAI integration instruments the following methods:
{{< /tabs >}}
{{% /collapse-content %}}

{{% collapse-content title="Google GenerativeAI" level="h3" expanded=false id="google-generativeai" %}}
{{< tabs >}}
{{% tab "Python" %}}
The Google GenerativeAI integration provides automatic tracing for the Google GenerativeAI Python SDK content generation calls.

**Note:** The [Google Generative AI SDK][1] is deprecated, and succeeded by Google GenAI.

### Traced methods

The Google GenerativeAI integration instruments the following methods:

- Generating content (including streamed calls):
- `model.generate_content()` (Also captures `chat.send_message()`)
- `model.generate_content_async()` (Also captures `chat.send_message_async()`)

[1]: https://github.com/google-gemini/deprecated-generative-ai-python
{{% /tab %}}
{{< /tabs >}}
{{% /collapse-content %}}

{{% collapse-content title="LangChain" level="h3" expanded=false id="langchain" %}}
{{< tabs >}}
{{% tab "Python" %}}
Expand Down
Loading