diff --git a/contributing/samples/hello_world/agent.py b/contributing/samples/hello_world/agent.py index 6249730..36d2ef0 100755 --- a/contributing/samples/hello_world/agent.py +++ b/contributing/samples/hello_world/agent.py @@ -68,7 +68,7 @@ async def check_prime(nums: list[int]) -> str: root_agent = Agent( model='gemini-2.0-flash', - name='data_processing_agent', + name='hello_world_agent', description=( 'hello world agent that can roll a dice of 8 sides and check prime' ' numbers.'