mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
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:
committed by
Copybara-Service
parent
c32cb6eef9
commit
6c217bad82
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user