MoritzLaurer HF staff commited on
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 {role}.
6
  - role: user
7
  content: >-
8
- My name is {name}. What's the weather today?
9
  - role: assistant
10
  content: >-
11
- I'm sorry, I can't check real-time weather data.
12
  - role: user
13
  content: >-
14
- Can you tell me a joke?
15
 
16
  input_variables:
17
- - role
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: