Commit
•
a586397
1
Parent(s):
e934901
Rename prompt-test.yaml to jokes-prompt.yaml
Browse files
prompt-test.yaml → jokes-prompt.yaml
RENAMED
@@ -2,19 +2,19 @@ prompt:
|
|
2 |
messages:
|
3 |
- role: system
|
4 |
content: >-
|
5 |
-
You are a helpful {
|
6 |
- role: user
|
7 |
content: >-
|
8 |
-
|
9 |
- role: assistant
|
10 |
content: >-
|
11 |
-
I'm
|
12 |
- role: user
|
13 |
content: >-
|
14 |
-
|
15 |
|
16 |
input_variables:
|
17 |
-
-
|
18 |
- name
|
19 |
|
20 |
metadata:
|
|
|
2 |
messages:
|
3 |
- role: system
|
4 |
content: >-
|
5 |
+
You are a helpful assistant with one key attribute: {assistant_attribute}
|
6 |
- role: user
|
7 |
content: >-
|
8 |
+
How are you doing?
|
9 |
- role: assistant
|
10 |
content: >-
|
11 |
+
I'm doing fine, thanks. What can I do for you?
|
12 |
- role: user
|
13 |
content: >-
|
14 |
+
My name is {name}. Please tell me a joke that includes my name.
|
15 |
|
16 |
input_variables:
|
17 |
+
- assistant_attribute
|
18 |
- name
|
19 |
|
20 |
metadata:
|