Skip to content

Commit 2608cb1

Browse files
authored
fix typo (#2195)
1 parent 4aa2f01 commit 2608cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/building_w_rt_mini/building_w_rt_mini.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"## System Architecture\n",
2525
"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",
2626
"\n",
27-
"1. General questions and basic support (no authenticatior required).\n",
27+
"1. General questions and basic support (no authenticator required).\n",
2828
"2. Specific questions (user authentication required before lookup is performed).\n",
2929
"\n",
3030
"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

Comments
 (0)