Skip to content

Commit 612d0bf

Browse files
authored
chore:Update agent.py
fix some naming
1 parent 0724a83 commit 612d0bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • contributing/samples/hello_world

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='roll_die_and_check_prime_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)