8000 chore: Update agent.py · dev573/adk-python@d052e8f · GitHub
[go: up one dir, main page]

Skip to content

Commit d052e8f

Browse files
authored
chore: Update agent.py
1 parent b1a74d0 commit d052e8f

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)
0