mirror of
https://github.com/microsoft/autogen.git
synced 2026-04-20 03:02:16 -04:00
Improve language for teams note (#4925)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user