fix: Update model name in hello_world agent

Co-authored-by: Xuan Yang <xygoogle@google.com>
PiperOrigin-RevId: 912743254
This commit is contained in:
Xuan Yang
2026-05-08 16:11:08 -07:00
committed by Copybara-Service
parent c13f2e4aeb
commit 192f19d824
+1 -1
View File
@@ -65,7 +65,7 @@ async def check_prime(nums: list[int]) -> str:
root_agent = Agent(
model='projects/adk-cat/locations/us-central1/publishers/google/models/gemini-2.5-flash',
model='gemini-2.5-flash',
name='hello_world_agent',
description=(
'hello world agent that can roll a dice of 8 sides and check prime'