Skip to content
Open
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
2 changes: 1 addition & 1 deletion real_world_prompting/05_customer_support_ai.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Next, we'll also give the model specific instructions on how to respond if the obection conditions were not met. We'll ask the model to do the following: \n",
"Next, we'll also give the model specific instructions on how to respond if the objection conditions were not met. We'll ask the model to do the following: \n",
"\n",
"* think outloud inside of `<thinking>` tags to determine if it has enough context to answer the question. \n",
"* write a final answer inside of `<final_answer>` tags\n",
Expand Down