From 8a4b6e2788327f09777529ac694027da545d7a4e Mon Sep 17 00:00:00 2001 From: Edwin Zhang Date: Mon, 3 Jun 2024 17:02:24 -0400 Subject: [PATCH] Update squads copy --- squads.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/squads.mdx b/squads.mdx index fe92efa..79f0ee7 100644 --- a/squads.mdx +++ b/squads.mdx @@ -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