Skip to content

Commit 014b97c

Browse files
authored
fix prompt formatting
1 parent be90043 commit 014b97c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Instructions/Exercises/03-prompt-engineering.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Let's start by exploring some prompt engineering techniques in the Chat playgrou
6666
3. In the **Setup** area, select the default system message template to set the context for the chat session. The default system message is *You are an AI assistant that helps people find information*.
6767
4. In the **Chat session**, submit the following query:
6868

69-
```
69+
```prompt
7070
What kind of article is this?
7171
---
7272
Severe drought likely in California
@@ -86,7 +86,7 @@ Let's start by exploring some prompt engineering techniques in the Chat playgrou
8686
8787
**User:**
8888
89-
```
89+
```prompt
9090
What kind of article is this?
9191
---
9292
New York Baseballers Wins Big Against Chicago
@@ -100,15 +100,15 @@ Let's start by exploring some prompt engineering techniques in the Chat playgrou
100100
101101
**Assistant:**
102102
103-
```
103+
```prompt
104104
Sports
105105
```
106106
107107
7. Add another example with the following text.
108108
109109
**User:**
110110
111-
```
111+
```prompt
112112
Categorize this article:
113113
---
114114
Joyous moments at the Oscars
@@ -123,15 +123,15 @@ Let's start by exploring some prompt engineering techniques in the Chat playgrou
123123
124124
**Assistant:**
125125
126-
```
126+
```prompt
127127
Entertainment
128128
```
129129
130130
8. Use the **Apply changes** button at the top of the **Setup** section to update the system message.
131131
132132
9. In the **Chat session** section, resubmit the following prompt:
133133
134-
```
134+
```prompt
135135
What kind of article is this?
136136
---
137137
Severe drought likely in California
@@ -149,7 +149,7 @@ Let's start by exploring some prompt engineering techniques in the Chat playgrou
149149
150150
11. In the **Chat session** section, submit the following prompt:
151151
152-
```
152+
```prompt
153153
# 1. Create a list of animals
154154
# 2. Create a list of whimsical names for those animals
155155
# 3. Combine them randomly into a list of 25 animal and name pairs

0 commit comments

Comments
 (0)