From 192f19d82495eb560ee701eb751ce14b90e4b5c7 Mon Sep 17 00:00:00 2001 From: Xuan Yang Date: Fri, 8 May 2026 16:11:08 -0700 Subject: [PATCH] fix: Update model name in hello_world agent Co-authored-by: Xuan Yang PiperOrigin-RevId: 912743254 --- contributing/samples/hello_world/agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/samples/hello_world/agent.py b/contributing/samples/hello_world/agent.py index 01def21a..28d1847a 100755 --- a/contributing/samples/hello_world/agent.py +++ b/contributing/samples/hello_world/agent.py @@ -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'