-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchat_history.json
More file actions
32 lines (32 loc) · 893 Bytes
/
chat_history.json
File metadata and controls
32 lines (32 loc) · 893 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[
{
"timestamp": "2024-11-23 03:47:30",
"speaker": "Harshit",
"message": "i am feeling good today",
"sentiment": {
"polarity": 0.7,
"subjectivity": 0.6000000000000001,
"category": "very positive"
}
},
{
"timestamp": "2024-11-23 03:47:30",
"speaker": "Bot",
"message": "That's wonderful to hear! Your positive energy is contagious!"
},
{
"timestamp": "2024-11-23 03:47:56",
"speaker": "Harshit",
"message": "i will finish my internship projects today",
"sentiment": {
"polarity": 0.0,
"subjectivity": 0.0,
"category": "neutral"
}
},
{
"timestamp": "2024-11-23 03:47:56",
"speaker": "Bot",
"message": "I understand. Would you like to tell me more about that?"
}
]