We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0724a83 commit 612d0bfCopy full SHA for 612d0bf
1 file changed
contributing/samples/hello_world/agent.py
@@ -68,7 +68,7 @@ async def check_prime(nums: list[int]) -> str:
68
69
root_agent = Agent(
70
model='gemini-2.0-flash',
71
- name='data_processing_agent',
+ name='roll_die_and_check_prime_agent',
72
description=(
73
'hello world agent that can roll a dice of 8 sides and check prime'
74
' numbers.'
0 commit comments