Skip to content

Commit e4d1c55

Browse files
authored
Update squads copy (#82)
1 parent 2949a45 commit e4d1c55

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

squads.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ description: "Use Squads to handle complex workflows and tasks."
55
---
66

77
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.
1010

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.
1112
Squads enable calls to transfer assistants mid-conversation, while maintaining full conversation context.
1213

1314
## Usage

0 commit comments

Comments
 (0)