Nikhil0987 commited on
Commit
6b18abb
·
verified ·
1 Parent(s): 20b80c7

Update user_data.json

Browse files
Files changed (1) hide show
  1. user_data.json +30 -31
user_data.json CHANGED
@@ -1,33 +1,32 @@
1
  {
2
- "user_data":[
3
- "name": "John",
4
- "age": "30",
5
- "chat_history":
6
- {
7
- "role": "user",
8
- "message": "Hi"
9
- },
10
- {
11
- "role": "bot",
12
- "message": "Hello, John!"
13
- },
14
- {
15
- "role": "user",
16
- "message": "How are you?"
17
- },
18
- {
19
- "role": "bot",
20
- "message": "I'm doing well, thanks for asking!"
21
- },
22
- {
23
- "role": "user",
24
- "message": "What's the weather like today?"
25
- },
26
- {
27
- "role": "bot",
28
- "message": "I'm still learning. Can you try asking something else?"
29
- }
30
- ]
 
31
  }
32
-
33
-
 
1
  {
2
+ "user_data": {
3
+ "name": "John",
4
+ "age": "30",
5
+ "chat_history": [
6
+ {
7
+ "role": "user",
8
+ "message": "Hi"
9
+ },
10
+ {
11
+ "role": "bot",
12
+ "message": "Hello, John!"
13
+ },
14
+ {
15
+ "role": "user",
16
+ "message": "How are you?"
17
+ },
18
+ {
19
+ "role": "bot",
20
+ "message": "I'm doing well, thanks for asking!"
21
+ },
22
+ {
23
+ "role": "user",
24
+ "message": "What's the weather like today?"
25
+ },
26
+ {
27
+ "role": "bot",
28
+ "message": "I'm still learning. Can you try asking something else?"
29
+ }
30
+ ]
31
+ }
32
  }