From e08fd68cdb755031aa533d09bdd0f79a19f14cba Mon Sep 17 00:00:00 2001 From: Adil Khalil Date: Thu, 25 Jul 2024 23:23:41 +0500 Subject: [PATCH] Fix typo in agentchat_society_of_mind.ipynb (#3180) Co-authored-by: Mark Sze <66362098+marklysze@users.noreply.github.com> --- notebook/agentchat_society_of_mind.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebook/agentchat_society_of_mind.ipynb b/notebook/agentchat_society_of_mind.ipynb index 79e5990a2a..df3a6c5433 100644 --- a/notebook/agentchat_society_of_mind.ipynb +++ b/notebook/agentchat_society_of_mind.ipynb @@ -57,7 +57,7 @@ "\n", "### Example Group Chat with Two Agents\n", "\n", - "In this example, we will use an AssistantAgent and a UserProxy agent (configured for code execution) to work together to solve a problem. Executing code requires *at least* two conversation turns (one to write the code, and one to execute the code). If the code fails, or needs further refinement, then additional turns may also be needed. When will then wrap these agents in a SocietyOfMindAgent, hiding the internal discussion from other agents (though will still appear in the console), and ensuring that the response is suitable as a standalone message." + "In this example, we will use an AssistantAgent and a UserProxy agent (configured for code execution) to work together to solve a problem. Executing code requires *at least* two conversation turns (one to write the code, and one to execute the code). If the code fails, or needs further refinement, then additional turns may also be needed. We will then wrap these agents in a SocietyOfMindAgent, hiding the internal discussion from other agents (though will still appear in the console), and ensuring that the response is suitable as a standalone message." ] }, {