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.
1 parent b1a74d0 commit d052e8fCopy full SHA for d052e8f
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