chore: update models in samples/ folder to be gemini 2.0+

Gemini 1.5 is obsolete and not accessible to new projects.

PiperOrigin-RevId: 795330977
This commit is contained in:
Liang Wu
2025-08-14 21:36:23 -07:00
committed by Copybara-Service
parent c32cb6eef9
commit 6c217bad82
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ prime_agent = Agent(
root_agent = Agent(
model="gemini-1.5-flash",
model="gemini-2.5-flash",
name="root_agent",
instruction="""
You are a helpful assistant that can roll dice and check if numbers are prime.