Promotingai commited on
Commit
c8e98cb
·
verified ·
1 Parent(s): b18a03d

Create conversation_history.json

Browse files
Files changed (1) hide show
  1. conversation_history.json +20 -0
conversation_history.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "history": [
3
+ {
4
+ "role": "system",
5
+ "content": "Welcome to our support chat."
6
+ },
7
+ {
8
+ "role": "assistant",
9
+ "content": "How can I help you today?"
10
+ },
11
+ {
12
+ "role": "user",
13
+ "content": "I am having trouble with my account."
14
+ },
15
+ {
16
+ "role": "assistant",
17
+ "content": "I can help you with that. Can you please provide your account number?"
18
+ }
19
+ ]
20
+ }