From d052e8f13a40e0e2e1a8f1137a97f311546175e3 Mon Sep 17 00:00:00 2001 From: Hangfei Lin Date: Wed, 4 Jun 2025 09:29:33 -0700 Subject: [PATCH] chore: Update agent.py --- contributing/samples/hello_world_anthropic/agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/samples/hello_world_anthropic/agent.py b/contributing/samples/hello_world_anthropic/agent.py index 0341f8d..bafe7fa 100644 --- a/contributing/samples/hello_world_anthropic/agent.py +++ b/contributing/samples/hello_world_anthropic/agent.py @@ -61,7 +61,7 @@ async def check_prime(nums: list[int]) -> str: root_agent = Agent( model=Claude(model="claude-3-5-sonnet-v2@20241022"), - name="data_processing_agent", + name="hello_world_agent", description=( "hello world agent that can roll a dice of 8 sides and check prime" " numbers."