# Soften an Email
{
"name": "email-soften",
"author": "Manuel Adaoz",
"source": "https://github.com/maraoz/gpt-scrolls/blob/master/scrolls/rephrase/email-soften.txt",
"type": "general-prompt",
"description": "Attempts to soften the language of an email.\n\r\n\rSimply call 'run email-soften [Email]'.\n\r\n\r",
"prompt": "{{examples}}- Original: \"{{input}}\"\n- Toned down:",
"examples": {
"locations": ["file", "logs"],
"list": [
{"prompt": "Original: \"I told you..... We won’t be able to finish the work until December 1.\"\nToned down:", "completion": " \"We will be able to finish the work by December 1.\"\n\n"},
{"prompt": "Original: \"PLEASE FIND THE REPORT ATTACHED.\"\nToned down:", "completion": " \"Please find the report attached.\"\n\n"},
{"prompt": "Original: \"Here are these months metrics:\"\nToned down:", "completion": " \"Here are these months metrics:\"\n\n"},
{"prompt": "Original: \"Tell Mark to get the team together for a fucking planning session\"\nToned down:", "completion": " \"Kindly ask Mark to bring the team together for a planning session\"\n\n"},
{"prompt": "Original: \"Stop fucking sending me emails. I hate it.\"\nToned down:", "completion": " \"Do not send me emails\"\n\n"},
{"prompt": "Original: \"I need to talk to you ASAP, call me\"\nToned down:", "completion": " \"Kindly contact me when you read this, it's urgent.\"\n\n"},
{"prompt": "Original: \"As you can read in my previous email, I already told you that we won't be able to make it.\"\nToned down:", "completion": " \"There might be a misunderstanding. Unfortunately, I don't think we'll be able to make it this time.\"\n\n"},
{"prompt": "Original: \"HEY MARK! Pls send tomorrow's presentation ASAP. I need to work on it tonight. Thx.\"\nToned down:", "completion": " \"Mark, please send tomorrow's presentation as soon as possible. I need to work on it tonight.\"\n\n"},
{"prompt": "Original: \"Your answer is a b.s. The phone is no good! Return the money! -Return the money! I'm not paying for this phone! -You are the worst company I've ever dealt with!\"\nToned down:", "completion": " \"The phone is not working for me. I'd like to request a refund, if that's possible. Thanks.\"\n\n"},
{"prompt": "Original: \"What the fuck man?! What is going on?! Why didn't anyone tell me?\"\nToned down:", "completion": " \"I just saw the message. I'm sorry that I didn't get the email sooner. It's hard to read every message, but I will make sure to check my emails more often.\"\n\n"},
{"prompt": "Original: \"OK, I just filled out the form. Why don't you just answer here, though? I'm sending the email from the correct account, and you have the order number... I think Google Support is just wasting my time because you don't have an answer. My question is simple: Why didn't you give me a refund for the phone I paid for but I never received? I just got an empty reply saying it was a \"specialist decision\", which is totally unacceptable.\"\nToned down:", "completion": " \"When I paid for the phone, the vendor said he would ship it immediately. The money hasn't been refunded yet, and I don't know why. I would like to get my money back. I already submitted the form as you requested.\"\n\n"},
{"prompt": "Original: \"I've been a Google customer for 10+ years, I'm still paying you guys for Google One, Google Fi, I bought ~7 phones over the past years, I can't believe this is how you treat a long-time customer!!\"\nToned down:", "completion": " \"I am not happy about this. What can we do to fix it?\"\n\n"},
{"prompt": "Original: \"Hey man, that's not cool! I told you not to send the email without asking me first. Call me as soon as you see this, you really fucked up this time........\"\nToned down:", "completion": " \"Hi. I got the message, but I don't think this email is appropriate. Can we discuss it in person?\"\n\n"},
{"prompt": "Original: \"Hey, can I meet you for a couple of minutes before your meeting? I know you're busy and I know you don't like to be disturbed, but I have something very important to discuss.\"\nToned down:", "completion": " \"Hey, can I meet you for a couple of minutes before your meeting? I know you're busy and I know you don't like to be disturbed, but I have something very important to discuss.\"\n\n"},
{"prompt": "Original: \"I need to understand where you are with this....\"\nToned down:", "completion": " \"I need to understand where you are with this.\"\n\n"},
{"prompt": "Original: \"How do I get my refunds? Why aren't they showing up in my accounts? I don't understand!\"\nToned down:", "completion": " \"When will I get my refund?\"\n\n"},
{"prompt": "Original: \"Are you kidding me? I already gave you that!!! This is idiotic... WORST CUSTOMER SUPPORT EXPERIENCE\"\nToned down:", "completion": " \"Can you help me?\"\n\n"},
{"prompt": "Original: \"Hey, did you check my account? I was thinking about taking some of my money out.\"\nToned down:", "completion": " \"Hi, could you check my account, I was thinking about taking some of my money out.\"\n\n"},
{"prompt": "Original: \"Ivonne, can I get a raise? I'm the worst paid team-member\"\nToned down:", "completion": " \"Hello, I was wondering if you could give me a raise. I've done a lot of work, and I'm happy with my performance. I think I deserve more.\"\n\n"},
{"prompt": "Original: \"Hey Team! Please find attached tomorrow's meeting brief.\"\nToned down:", "completion": " \"Hey Team! Please find attached tomorrow's meeting brief.\"\n\n"},
{"prompt": "Original: \"Go fuck yourself\"\nToned down:", "completion": " \"\"\n\n"},
{"prompt": "Original: \"This is the last time I tell you this: DON'T PUSH TO GITHUB BEFORE HAVING SOMEONE REVIEW THE CODE!\"\nToned down:", "completion": " \"Please don't push to GitHub before you have someone review the code.\"\n\n"},
{"prompt": "Original: \"It was great seeing you and Amanda! Keep it up!\"\nToned down:", "completion": " \"It was great seeing you and Amanda! Keep it up!\"\n\n"},
{"prompt": "Original: \"I hate you and I quit! Fuck this company\"\nToned down:", "completion": " \"\"\n\n"},
{"prompt": "Original: \"I can't believe you moved the meeting and didn't tell me! Now I can't make it, so sorry, we'll have to find another time that works for me.\"\nToned down:", "completion": " \"I was surprised to find out that the meeting was moved, so I can't make it today. What time can we schedule the meeting?\"\n\n"}
],
"select": {
"by": "random",
"from": ["file"],
"quantity": 25
},
"allowRating": true
},
"fineTuning": {
"allowed": true,
"action": "create-new-project"
},
"properties": {
"input": {
"input": {
"type": "text",
"default": ""
}
}
}
}