Updated dataset with new user actions
Browse files- 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 |
+
}
|