From c6ae077d2e14b7b2ed28cbc42eaeb0ab72c6a260 Mon Sep 17 00:00:00 2001 From: Mark Daoust Date: Mon, 22 Jun 2026 14:40:13 -0700 Subject: [PATCH] No public description FUTURE_COPYBARA_INTEGRATE_REVIEW=https://github.com/googleapis/python-genai/pull/2635 from googleapis:release-please--branches--main 98f0b2c9b6434ce33cee576e66cd92c448be0d4f PiperOrigin-RevId: 936258062 --- google/genai/_gaos/sdk.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/google/genai/_gaos/sdk.py b/google/genai/_gaos/sdk.py index 6dca740b1..218a74d54 100644 --- a/google/genai/_gaos/sdk.py +++ b/google/genai/_gaos/sdk.py @@ -44,7 +44,7 @@ class GenAI(BaseSDK): - r"""Gemini API: The Gemini Interactions API is an experimental API that allows developers to build generative AI applications using Gemini models. Gemini is our most capable model, built from the ground up to be multimodal. It can generalize and seamlessly understand, operate across, and combine different types of information including language, images, audio, video, and code. You can use the Gemini API for use cases like reasoning across text and images, content generation, dialogue agents, summarization and classification systems, and more.""" + r"""Gemini API: The Gemini Interactions API allows developers to build generative AI applications using Gemini models. Gemini is our most capable model, built from the ground up to be multimodal. It can generalize and seamlessly understand, operate across, and combine different types of information including language, images, audio, video, and code. You can use the Gemini API for use cases like reasoning across text and images, content generation, dialogue agents, summarization and classification systems, and more.""" @property def with_raw_response(self): @@ -240,7 +240,7 @@ def agents(self): class AsyncGenAI(AsyncBaseSDK): - r"""Gemini API: The Gemini Interactions API is an experimental API that allows developers to build generative AI applications using Gemini models. Gemini is our most capable model, built from the ground up to be multimodal. It can generalize and seamlessly understand, operate across, and combine different types of information including language, images, audio, video, and code. You can use the Gemini API for use cases like reasoning across text and images, content generation, dialogue agents, summarization and classification systems, and more.""" + r"""Gemini API: The Gemini Interactions API allows developers to build generative AI applications using Gemini models. Gemini is our most capable model, built from the ground up to be multimodal. It can generalize and seamlessly understand, operate across, and combine different types of information including language, images, audio, video, and code. You can use the Gemini API for use cases like reasoning across text and images, content generation, dialogue agents, summarization and classification systems, and more.""" @property def with_raw_response(self):