DevsDoCode commited on
Commit
6b67e54
·
verified ·
1 Parent(s): 9ac6734

Updated dataset with new user actions

Browse files
Files changed (1) hide show
  1. dataset.json +11 -0
dataset.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "user1": {
3
+ "user_id": "1",
4
+ "actions": [
5
+ {
6
+ "action": "generate_response",
7
+ "timestamp": "September 28, 2024 at 5:30:00 PM UTC+5:30"
8
+ }
9
+ ]
10
+ }
11
+ }