Skip to content

Commit e21ea16

Browse files
hangfeicopybara-github
authored andcommitted
chore: Update agent.py
Merge #1136 COPYBARA_INTEGRATE_REVIEW=#1136 from google:hangfei-patch-1 63ff81e PiperOrigin-RevId: 766913586
1 parent 0127c3f commit e21ea16

File tree

1 file changed

+1
-1
lines changed
  • contributing/samples/hello_world

1 file changed

+1
-1
lines changed

contributing/samples/hello_world/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ async def check_prime(nums: list[int]) -> str:
6868

6969
root_agent = Agent(
7070
model='gemini-2.0-flash',
71-
name='data_processing_agent',
71+
name='hello_world_agent',
7272
description=(
7373
'hello world agent that can roll a dice of 8 sides and check prime'
7474
' numbers.'

0 commit comments

Comments
 (0)