mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
chore: Update gemini model to 2.0 for a2a samples
PiperOrigin-RevId: 780657476
This commit is contained in:
committed by
Copybara-Service
parent
75699fbeca
commit
b5d9f8f3e3
@@ -93,7 +93,7 @@ prime_agent = RemoteA2aAgent(
|
||||
|
||||
|
||||
root_agent = Agent(
|
||||
model="gemini-1.5-flash",
|
||||
model="gemini-2.0-flash",
|
||||
name="root_agent",
|
||||
instruction="""
|
||||
You are a helpful assistant that can roll dice and check if numbers are prime.
|
||||
|
||||
@@ -33,7 +33,7 @@ approval_agent = RemoteA2aAgent(
|
||||
|
||||
|
||||
root_agent = Agent(
|
||||
model='gemini-1.5-flash',
|
||||
model='gemini-2.0-flash',
|
||||
name='reimbursement_agent',
|
||||
instruction="""
|
||||
You are an agent whose job is to handle the reimbursement process for
|
||||
|
||||
@@ -39,7 +39,7 @@ def ask_for_approval(
|
||||
|
||||
|
||||
root_agent = Agent(
|
||||
model='gemini-1.5-flash',
|
||||
model='gemini-2.0-flash',
|
||||
name='reimbursement_agent',
|
||||
instruction="""
|
||||
You are an agent whose job is to handle the reimbursement process for
|
||||
|
||||
Reference in New Issue
Block a user