Skip to content

Update squads copy #82

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions squads.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ description: "Use Squads to handle complex workflows and tasks."
---

Sometimes, complex workflows are easier to manage with multiple assistants.
For example, you might have one assistant for asking about personal information, and another for booking appointments.
Each of these assistants can have their own configuration and may require drastically different prompts.
You can think of each assistant in a Squad as a leg of a conversation tree.
For example, you might have one assistant for lead qualification, which transfers to another for booking an appointment if they’re qualified.

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

## Usage
Expand Down
Loading