| [ |
| { |
| "id": "late-haunted", |
| "message": "I'm running late", |
| "genre": "Haunted Railway Announcement", |
| "use_case": "WhatsApp", |
| "intensity": 3, |
| "must_contain_any": ["passengers", "platform", "announcement"] |
| }, |
| { |
| "id": "file-villain", |
| "message": "Can you send the file?", |
| "genre": "Shakespeare Villain", |
| "use_case": "Email", |
| "intensity": 3, |
| "must_contain_any": ["hark", "mark me well", "fate"] |
| }, |
| { |
| "id": "reply-apology", |
| "message": "Sorry I forgot to reply", |
| "genre": "Corporate Apology", |
| "use_case": "Apology", |
| "intensity": 2, |
| "must_contain_any": ["acknowledge", "regret", "patience"] |
| }, |
| { |
| "id": "kitchen-parent", |
| "message": "Please clean the kitchen", |
| "genre": "Indian Parent WhatsApp", |
| "use_case": "Reminder", |
| "intensity": 3, |
| "must_contain_any": ["beta", "please", "message me"] |
| }, |
| { |
| "id": "extension-court", |
| "message": "I need an extension", |
| "genre": "Courtroom Confession", |
| "use_case": "Email", |
| "intensity": 3, |
| "must_contain_any": ["record", "evidence", "truth"] |
| }, |
| { |
| "id": "party-anime", |
| "message": "Party at my place tonight", |
| "genre": "Anime Power-Up Speech", |
| "use_case": "Invitation", |
| "intensity": 4, |
| "must_contain_any": ["limits", "power", "moment"] |
| } |
| ] |
|
|