You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Instructions/Exercises/03-prompt-engineering.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ Let's start by exploring some prompt engineering techniques in the Chat playgrou
66
66
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*.
67
67
4. In the **Chat session**, submit the following query:
68
68
69
-
```
69
+
```prompt
70
70
What kind of article is this?
71
71
---
72
72
Severe drought likely in California
@@ -86,7 +86,7 @@ Let's start by exploring some prompt engineering techniques in the Chat playgrou
86
86
87
87
**User:**
88
88
89
-
```
89
+
```prompt
90
90
What kind of article is this?
91
91
---
92
92
New York Baseballers Wins Big Against Chicago
@@ -100,15 +100,15 @@ Let's start by exploring some prompt engineering techniques in the Chat playgrou
100
100
101
101
**Assistant:**
102
102
103
-
```
103
+
```prompt
104
104
Sports
105
105
```
106
106
107
107
7. Add another example with the following text.
108
108
109
109
**User:**
110
110
111
-
```
111
+
```prompt
112
112
Categorize this article:
113
113
---
114
114
Joyous moments at the Oscars
@@ -123,15 +123,15 @@ Let's start by exploring some prompt engineering techniques in the Chat playgrou
123
123
124
124
**Assistant:**
125
125
126
-
```
126
+
```prompt
127
127
Entertainment
128
128
```
129
129
130
130
8. Use the **Apply changes** button at the top of the **Setup** section to update the system message.
131
131
132
132
9. In the **Chat session** section, resubmit the following prompt:
133
133
134
-
```
134
+
```prompt
135
135
What kind of article is this?
136
136
---
137
137
Severe drought likely in California
@@ -149,7 +149,7 @@ Let's start by exploring some prompt engineering techniques in the Chat playgrou
149
149
150
150
11. In the **Chat session** section, submit the following prompt:
151
151
152
-
```
152
+
```prompt
153
153
# 1. Create a list of animals
154
154
# 2. Create a list of whimsical names for those animals
155
155
# 3. Combine them randomly into a list of 25 animal and name pairs
0 commit comments