chore: Update default and example Gemini models to new versions

Changes references from `gemini-1.5-flash` and `gemini-1.5-pro` to `gemini-2.5-flash` and `gemini-2.5-pro` in docstrings, default values, sample agents, and tests.

PiperOrigin-RevId: 805536434
This commit is contained in:
Hangfei Lin
2025-09-10 15:22:52 -07:00
committed by Copybara-Service
parent 3c433b7168
commit 894bec794e
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ class Gemini(BaseLlm):
model: The name of the Gemini model.
"""
model: str = 'gemini-1.5-flash'
model: str = 'gemini-2.5-flash'
retry_options: Optional[types.HttpRetryOptions] = None
"""Allow Gemini to retry failed responses.