We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1a74d0 + d052e8f commit 552e42fCopy full SHA for 552e42f
contributing/samples/hello_world_anthropic/agent.py
@@ -61,7 +61,7 @@ async def check_prime(nums: list[int]) -> str:
61
62
root_agent = Agent(
63
model=Claude(model="claude-3-5-sonnet-v2@20241022"),
64
- name="data_processing_agent",
+ name="hello_world_agent",
65
description=(
66
"hello world agent that can roll a dice of 8 sides and check prime"
67
" numbers."
0 commit comments