From c06f8d3aa3d8849157443265e50810be3dc3778d Mon Sep 17 00:00:00 2001 From: Will <48752207+Ucoming@users.noreply.github.com> Date: Mon, 28 Oct 2024 23:17:49 +0800 Subject: [PATCH] Update agents.ipynb (#3979) a mistake about in User Guide sector --- .../src/user-guide/agentchat-user-guide/tutorial/agents.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/packages/autogen-core/docs/src/user-guide/agentchat-user-guide/tutorial/agents.ipynb b/python/packages/autogen-core/docs/src/user-guide/agentchat-user-guide/tutorial/agents.ipynb index f905d7618678..b6da9dd8801b 100644 --- a/python/packages/autogen-core/docs/src/user-guide/agentchat-user-guide/tutorial/agents.ipynb +++ b/python/packages/autogen-core/docs/src/user-guide/agentchat-user-guide/tutorial/agents.ipynb @@ -230,7 +230,7 @@ "\n", "A common example is an agent that can be part of a team but primarily is driven by human input. Other examples include agents that respond with specific text, tool or function calls. \n", "\n", - "In the example below we show hot to implement a `UserProxyAgent` - an agent that asks the user to enter some text and then returns that message as a response. " + "In the example below we show how to implement a `UserProxyAgent` - an agent that asks the user to enter some text and then returns that message as a response. " ] }, {