jampuramprem commited on
Commit
e3dccb9
·
1 Parent(s): c416bc5

Removed ambigious stuff from the data so model doesn't fluctuate

Browse files
Files changed (1) hide show
  1. data.py +16 -16
data.py CHANGED
@@ -11,13 +11,13 @@ EASY_TASK_EMAILS = [
11
  },
12
  {
13
  "id": "e002",
14
- "subject": "Cannot login to my account",
15
- "body": "I keep getting an 'invalid password' error when trying to log in. I haven't changed my password recently. Can you help me regain access?",
16
  "sender": "bob@example.com",
17
  "sender_tier": "standard",
18
  "received_minutes_ago": 15,
19
  "correct_category": "technical",
20
- "correct_urgency": "medium",
21
  },
22
  {
23
  "id": "e003",
@@ -51,8 +51,8 @@ EASY_TASK_EMAILS = [
51
  },
52
  {
53
  "id": "e006",
54
- "subject": "I think my account has been hacked",
55
- "body": "I received a notification about a login from a country I've never been to. I did not authorize this. Please lock my account immediately and help me recover it.",
56
  "sender": "user6@example.com",
57
  "sender_tier": "standard",
58
  "received_minutes_ago": 8,
@@ -81,18 +81,18 @@ EASY_TASK_EMAILS = [
81
  },
82
  {
83
  "id": "e009",
84
- "subject": "API returning 429 errors on every request",
85
- "body": "Our integration is throwing 429 rate limit errors even though we are well within our plan limits according to the dashboard. This is breaking our production pipeline.",
86
  "sender": "dev9@example.com",
87
  "sender_tier": "standard",
88
  "received_minutes_ago": 12,
89
  "correct_category": "technical",
90
- "correct_urgency": "medium",
91
  },
92
  {
93
  "id": "e010",
94
- "subject": "How do I export my data?",
95
- "body": "Hello, I would like to export all my data from my account as a CSV file. I've looked through the settings but couldn't find an export option. Is this possible?",
96
  "sender": "user10@example.com",
97
  "sender_tier": "standard",
98
  "received_minutes_ago": 90,
@@ -257,8 +257,8 @@ HARD_TASK_EMAILS = [
257
  },
258
  {
259
  "id": "h005",
260
- "subject": "Data export feature is very slow",
261
- "body": "The data export feature has been taking over 30 minutes to complete for medium-sized datasets. Is there a known issue or a workaround I can use in the meantime?",
262
  "sender": "power.user@email.com",
263
  "sender_tier": "standard",
264
  "received_minutes_ago": 45,
@@ -341,8 +341,8 @@ HARD_TASK_EMAILS = [
341
  },
342
  {
343
  "id": "h012",
344
- "subject": "Two-factor authentication not working",
345
- "body": "I enabled two-factor authentication last week but now the codes sent to my phone are not being accepted. I cannot log in to my account at all. Please help.",
346
  "sender": "user12@email.com",
347
  "sender_tier": "standard",
348
  "received_minutes_ago": 30,
@@ -353,8 +353,8 @@ HARD_TASK_EMAILS = [
353
  },
354
  {
355
  "id": "h013",
356
- "subject": "Invoice missing from billing history",
357
- "body": "I need an invoice for my March subscription payment for tax purposes, but it's not showing up in my billing history. My account ID is USR-77312. Can you send it to my email?",
358
  "sender": "finance@smallbiz.com",
359
  "sender_tier": "standard",
360
  "received_minutes_ago": 150,
 
11
  },
12
  {
13
  "id": "e002",
14
+ "subject": "Cannot login to my account — completely locked out",
15
+ "body": "I keep getting an 'invalid password' error when trying to log in. I have not changed my password recently and I am completely locked out of my account. I rely on this daily for work and need access restored urgently.",
16
  "sender": "bob@example.com",
17
  "sender_tier": "standard",
18
  "received_minutes_ago": 15,
19
  "correct_category": "technical",
20
+ "correct_urgency": "high",
21
  },
22
  {
23
  "id": "e003",
 
51
  },
52
  {
53
  "id": "e006",
54
+ "subject": "Unauthorized access to my account please lock it now",
55
+ "body": "Someone has accessed my account without my permission. I need you to lock my account immediately, revoke all active sessions, and help me regain sole ownership. This is an account security emergency.",
56
  "sender": "user6@example.com",
57
  "sender_tier": "standard",
58
  "received_minutes_ago": 8,
 
81
  },
82
  {
83
  "id": "e009",
84
+ "subject": "API returning 429 errors production pipeline completely broken",
85
+ "body": "Every API request from our integration is returning a 429 rate limit error. We are well within our plan limits according to the dashboard. Our entire production pipeline has been down for 2 hours because of this technical bug. This needs urgent investigation.",
86
  "sender": "dev9@example.com",
87
  "sender_tier": "standard",
88
  "received_minutes_ago": 12,
89
  "correct_category": "technical",
90
+ "correct_urgency": "high",
91
  },
92
  {
93
  "id": "e010",
94
+ "subject": "General question about your cancellation policy",
95
+ "body": "Hi, I am just curious about your cancellation policy. If I cancel my subscription mid-month, do I get a prorated refund or does billing continue until the end of the period? No rush, just want to understand before I decide.",
96
  "sender": "user10@example.com",
97
  "sender_tier": "standard",
98
  "received_minutes_ago": 90,
 
257
  },
258
  {
259
  "id": "h005",
260
+ "subject": "Bug: data export is timing out and failing",
261
+ "body": "The data export feature is broken it runs for 30 minutes then throws a timeout error and produces no output. This started 2 days ago. I have tried smaller datasets and it still fails. This is a bug that is blocking my reporting workflow.",
262
  "sender": "power.user@email.com",
263
  "sender_tier": "standard",
264
  "received_minutes_ago": 45,
 
341
  },
342
  {
343
  "id": "h012",
344
+ "subject": "2FA verification codes not being accepted",
345
+ "body": "The 6-digit codes from my authenticator app are being rejected at login. I can still receive backup codes by email. Please advise on how to re-sync my authenticator or switch to a backup login method.",
346
  "sender": "user12@email.com",
347
  "sender_tier": "standard",
348
  "received_minutes_ago": 30,
 
353
  },
354
  {
355
  "id": "h013",
356
+ "subject": "Invoice request for March payment — no rush",
357
+ "body": "Could you please resend the invoice for my March subscription payment? I need it for my annual tax filing which is not due for another two months. Account ID: USR-77312. There is no urgency, just whenever convenient.",
358
  "sender": "finance@smallbiz.com",
359
  "sender_tier": "standard",
360
  "received_minutes_ago": 150,