Skip to content

Commit 77040ef

Browse files
authored
Update 03_Chapter 3. Five Focal Prompt Elements and Types .ipynb
symbol changed
1 parent 7802121 commit 77040ef

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

03_Chapter 3. Five Focal Prompt Elements and Types .ipynb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
"cell_type": "markdown",
193193
"metadata": {},
194194
"source": [
195-
"**Type A: Instruction + Output**"
195+
"**Type A: Instruction -> Output**"
196196
]
197197
},
198198
{
@@ -238,7 +238,7 @@
238238
"cell_type": "markdown",
239239
"metadata": {},
240240
"source": [
241-
"**Type B: Instruction + Context + Output**"
241+
"**Type B: Instruction + Context -> Output**"
242242
]
243243
},
244244
{
@@ -299,7 +299,7 @@
299299
"cell_type": "markdown",
300300
"metadata": {},
301301
"source": [
302-
"**Type C: Instruction + Context + Example + Output**"
302+
"**Type C: Instruction + Context + Example -> Output**"
303303
]
304304
},
305305
{
@@ -356,7 +356,7 @@
356356
"cell_type": "markdown",
357357
"metadata": {},
358358
"source": [
359-
"**Type D: Instruction + Input Data + Output**"
359+
"**Type D: Instruction + Input Data -> Output**"
360360
]
361361
},
362362
{
@@ -438,13 +438,13 @@
438438
"source": [
439439
"Let's practice!\n",
440440
"\n",
441-
"- `Type A`: Instruction + Output\n",
441+
"- `Type A`: Instruction -> Output\n",
442442
"\n",
443-
"- `Type B`: Instruction + Context + Output\n",
443+
"- `Type B`: Instruction + Context -> Output\n",
444444
"\n",
445-
"- `Type C`: Instruction + Context + Example + Output\n",
445+
"- `Type C`: Instruction + Context + Example -> Output\n",
446446
"\n",
447-
"- `Type D`: Instruction + Input Data + Output"
447+
"- `Type D`: Instruction + Input Data -> Output"
448448
]
449449
},
450450
{

0 commit comments

Comments
 (0)