Spaces:
Sleeping
Sleeping
Commit ·
e3dccb9
1
Parent(s): c416bc5
Removed ambigious stuff from the data so model doesn't fluctuate
Browse files
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
|
| 16 |
"sender": "bob@example.com",
|
| 17 |
"sender_tier": "standard",
|
| 18 |
"received_minutes_ago": 15,
|
| 19 |
"correct_category": "technical",
|
| 20 |
-
"correct_urgency": "
|
| 21 |
},
|
| 22 |
{
|
| 23 |
"id": "e003",
|
|
@@ -51,8 +51,8 @@ EASY_TASK_EMAILS = [
|
|
| 51 |
},
|
| 52 |
{
|
| 53 |
"id": "e006",
|
| 54 |
-
"subject": "
|
| 55 |
-
"body": "
|
| 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
|
| 85 |
-
"body": "
|
| 86 |
"sender": "dev9@example.com",
|
| 87 |
"sender_tier": "standard",
|
| 88 |
"received_minutes_ago": 12,
|
| 89 |
"correct_category": "technical",
|
| 90 |
-
"correct_urgency": "
|
| 91 |
},
|
| 92 |
{
|
| 93 |
"id": "e010",
|
| 94 |
-
"subject": "
|
| 95 |
-
"body": "
|
| 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": "
|
| 261 |
-
"body": "The data export feature
|
| 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": "
|
| 345 |
-
"body": "
|
| 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
|
| 357 |
-
"body": "
|
| 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,
|