Skip to content

Commit 552e42f

Browse files
Merge pull request #1154 from google:hangfei-patch-2
PiperOrigin-RevId: 767197024
2 parents b1a74d0 + d052e8f commit 552e42f

File tree

1 file changed

+1
-1
lines changed
  • contributing/samples/hello_world_anthropic

1 file changed

+1
-1
lines changed

contributing/samples/hello_world_anthropic/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ async def check_prime(nums: list[int]) -> str:
6161

6262
root_agent = Agent(
6363
model=Claude(model="claude-3-5-sonnet-v2@20241022"),
64-
name="data_processing_agent",
64+
name="hello_world_agent",
6565
description=(
6666
"hello world agent that can roll a dice of 8 sides and check prime"
6767
" numbers."

0 commit comments

Comments
 (0)