Skip to content

Commit 8276ad3

Browse files
authored
fix agent optimizer nb typo (#2642)
1 parent a86c474 commit 8276ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebook/agentchat_agentoptimizer.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"source": [
5454
"# MathUserProxy with function_call\n",
5555
"\n",
56-
"This agent is a customized MathUserProxy inherits from its [partent class](https://github.com/microsoft/autogen/blob/main/autogen/agentchat/contrib/math_user_proxy_agent.py).\n",
56+
"This agent is a customized MathUserProxy inherits from its [parent class](https://github.com/microsoft/autogen/blob/main/autogen/agentchat/contrib/math_user_proxy_agent.py).\n",
5757
"\n",
5858
"It supports using both function_call and python to solve math problems.\n"
5959
]

0 commit comments

Comments
 (0)