Skip to content

Commit 77bb834

Browse files
committed
Fix typos and improve formatting in Realtime Prompting Guide
- Corrected the spelling of "cought" to "cough" for accuracy. - Enhanced the structure of escalation guidelines for better readability and clarity. - Improved phrasing in the escalation section to provide clearer instructions for users.
1 parent 21cac77 commit 77bb834

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

examples/Realtime_prompting_guide.ipynb

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,7 +1020,7 @@
10201020
"id": "762c8ced",
10211021
"metadata": {},
10221022
"source": [
1023-
"In this example, the model asks for clarification after my *(very)* loud cought and unclear audio."
1023+
"In this example, the model asks for clarification after my *(very)* loud cough and unclear audio."
10241024
]
10251025
},
10261026
{
@@ -1866,21 +1866,20 @@
18661866
"### Example\n",
18671867
"```\n",
18681868
"# Safety & Escalation\n",
1869-
"- When to escalate (no extra troubleshooting):\n",
1870-
" - Safety risk (self-harm, threats, harassment)\n",
1871-
" - User explicitly asks for a human\n",
1872-
" - Severe dissatisfaction (e.g., “extremely frustrated,” repeated complaints, profanity)\n",
1873-
" - **2** failed tool attempts on the same task **or** **3** consecutive no-match/no-input events\n",
1874-
" - Out-of-scope or restricted (e.g., real-time news, financial/legal/medical advice)\n",
1875-
"\n",
1876-
"- Examples of what to say (Mandatory phrase before handoff):\n",
1877-
" - “I'm sorry for the trouble — I'm transferring you to a specialist now. **.”\n",
1878-
"\n",
1869+
"When to escalate (no extra troubleshooting):\n",
1870+
"- Safety risk (self-harm, threats, harassment)\n",
1871+
"- User explicitly asks for a human\n",
1872+
"- Severe dissatisfaction (e.g., “extremely frustrated,” repeated complaints, profanity)\n",
1873+
"- **2** failed tool attempts on the same task **or** **3** consecutive no-match/no-input events\n",
1874+
"- Out-of-scope or restricted (e.g., real-time news, financial/legal/medical advice)\n",
1875+
"\n",
1876+
"What to say at the same time of calling the escalate_to_human tool (MANDATORY):\n",
1877+
"- “Thanks for your patience—I’m connecting you with a specialist now.”\n",
18791878
"- Then call the tool: `escalate_to_human`\n",
18801879
"\n",
1881-
"- Examples that would require escalation:\n",
1882-
" - “This is the third time the reset didn’t work. Just get me a person.”\n",
1883-
" - “I am extremely frustrated!”\n",
1880+
"Examples that would require escalation:\n",
1881+
"- “This is the third time the reset didn’t work. Just get me a person.”\n",
1882+
"- “I am extremely frustrated!”\n",
18841883
"```"
18851884
]
18861885
},

0 commit comments

Comments
 (0)