Syed-Ahmad commited on
Commit
1622ee8
1 Parent(s): 4bfc180

Upload dataset.json.txt

Browse files
Files changed (1) hide show
  1. dataset.json.txt +32 -0
dataset.json.txt ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ subject Meeting Confirmation,
4
+ from Sarah Johnson,
5
+ body Hi John, I wanted to confirm our meeting for tomorrow at 2 PM. Let me know if this works for you.,
6
+ expected_reply Hi Sarah, Thanks for confirming. Tomorrow at 2 PM works perfectly. I look forward to our meeting. Best regards, John
7
+ },
8
+ {
9
+ subject Invoice Request,
10
+ from Emily Davis,
11
+ body Hi John, Can you send me the invoice for last month’s services I’d appreciate it if I could receive it by the end of the day.,
12
+ expected_reply Hi Emily, Sure, I'll send the invoice shortly. Please let me know if you need anything else. Best regards, John
13
+ },
14
+ {
15
+ subject Follow-up on Proposal,
16
+ from Mark Wilson,
17
+ body Hi John, Just following up to see if you had a chance to review the proposal I sent last week.,
18
+ expected_reply Hi Mark, Thank you for your patience. I’ve reviewed your proposal, and it looks great. I’ll follow up with a few questions later today. Best regards, John
19
+ },
20
+ {
21
+ subject Leave Request,
22
+ from Anna Lee,
23
+ body Hi John, I wanted to inform you that I'll need leave for two days starting next Monday. Please let me know if that’s okay.,
24
+ expected_reply Hi Anna, Thank you for letting me know. Your leave for Monday and Tuesday is approved. Let me know if you need anything else before then. Best regards, John
25
+ },
26
+ {
27
+ subject IT Support Request,
28
+ from David Brown,
29
+ body Hi John, I'm facing an issue with the company VPN. Could you help me troubleshoot it,
30
+ expected_reply Hi David, I’m sorry to hear about the VPN issue. I'll reach out to IT support and get back to you with a solution as soon as possible. Best regards, John
31
+ }
32
+ ]