From a89d6a97b0e9f69e5fc2f2e8bd80bf80971cc013 Mon Sep 17 00:00:00 2001 From: Joshua Kim Date: Wed, 6 Dec 2023 01:30:46 +1100 Subject: [PATCH] Clarifies #853 (#876) --- notebook/agentchat_hierarchy_flow_using_select_speaker.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notebook/agentchat_hierarchy_flow_using_select_speaker.ipynb b/notebook/agentchat_hierarchy_flow_using_select_speaker.ipynb index d03157b6dc6c..4139c8095e80 100644 --- a/notebook/agentchat_hierarchy_flow_using_select_speaker.ipynb +++ b/notebook/agentchat_hierarchy_flow_using_select_speaker.ipynb @@ -22,7 +22,7 @@ "AutoGen offers conversable agents powered by LLM, tool, or human, which can be used to perform tasks collectively via automated chat. This framework allows tool use and human participation through multi-agent conversation.\n", "Please find documentation about this feature [here](https://microsoft.github.io/autogen/docs/Use-Cases/agent_chat).\n", "\n", - "This notebook is about restricting information flow within agents. Suppose we have the following setup:\n", + "This notebook is about restricting the transition paths within agents. Suppose we have the following setup:\n", "\n", "![image.png](attachment:e6173a72-fa95-49db-83c8-899608860952.png)\n", "\n", @@ -32,7 +32,7 @@ "\n", "Benefits\n", "- By limiting team members can talk to team members, we bring focus to the team.\n", - "- Information flow from Team A to Team B is made more efficient to let the X1s talk amongst themselves. It is more efficient as agent B2 do not have to see the discussion within Team A.\n", + "- Information flow from Team A to Team B is made more efficient to let the X1s talk amongst themselves. It is more efficient as group members can only pass their turns to their group-mates, keeping the discussion tight.\n", "\n", "\n", "## Requirements\n",