Improve language for teams note (#4925)

This commit is contained in:
Eric Zhu
2025-01-07 11:51:59 -08:00
committed by GitHub
parent 7641577f6b
commit 5635ea397f

View File

@@ -11,13 +11,13 @@
"We'll first show you how to create and run a team. We'll then explain how to observe the team's behavior, which is crucial for debugging and understanding the team's performance, and common operations to control the team's behavior.\n",
"\n",
"```{note}\n",
"When to use a team? \n",
"Teams can solve more complex tasks but they also need more scaffolding to steer than single agents.\n",
"While AgentChat has made it easier for you to work with teams,\n",
"you should first try to solve your problem with a single agent, and use a team\n",
"when a single agent becomes insufficient.\n",
"Make sure you have tried giving your single agent the right tools and instructions before\n",
"moving to a team.\n",
"When should you use a team?\n",
"Teams are for complex tasks that require collaboration and diverse expertise.\n",
"However, they also demand more scaffolding to steer compared to single agents.\n",
"While AutoGen simplifies the process of working with teams, start with\n",
"a single agent for simpler tasks, and transition to a multi-agent team when a single agent proves inadequate.\n",
"Ensure that you have optimized your single agent with the appropriate tools\n",
"and instructions before moving to a team-based approach.\n",
"```"
]
},
@@ -591,7 +591,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
"version": "3.12.7"
}
},
"nbformat": 4,