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: examples/building_w_rt_mini/building_w_rt_mini.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@
24
24
"## System Architecture\n",
25
25
"For our application today we are going to be building an extremely simple customer support app using the **“handoff architecture”**. **“Handoff Architecture”** means a **primary agent** acts as the orchestrator for all incoming customer queries. Rather than handling every request directly, the primary agent analyzes the intent behind the user’s message and **categorizes it into one of 2 core pathways**:\n",
26
26
"\n",
27
-
"1. General questions and basic support (no authenticatior required).\n",
27
+
"1. General questions and basic support (no authenticator required).\n",
28
28
"2. Specific questions (user authentication required before lookup is performed).\n",
29
29
"\n",
30
30
"Based on this categorization, the primary agent **hands off the conversation** to the appropriate specialist agent designed for that specific task.\n",
0 commit comments