You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: squads.mdx
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,10 @@ description: "Use Squads to handle complex workflows and tasks."
5
5
---
6
6
7
7
Sometimes, complex workflows are easier to manage with multiple assistants.
8
-
For example, you might have one assistant for asking about personal information, and another for booking appointments.
9
-
Each of these assistants can have their own configuration and may require drastically different prompts.
8
+
You can think of each assistant in a Squad as a leg of a conversation tree.
9
+
For example, you might have one assistant for lead qualification, which transfers to another for booking an appointment if they’re qualified.
10
10
11
+
Prior to Squads you would put all functionality in one assistant, but Squads were added to break up the complexity of larger prompts into smaller specialized assistants with specific tools and fewer goals.
11
12
Squads enable calls to transfer assistants mid-conversation, while maintaining full conversation context.
0 commit comments