Send That Email Analyze
send_that_email_analyzeAnalyze whether you should send that email. Evaluates passive aggression, regret probability, and provides a recommendation (heavily weighted toward no).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| drunk | No | Are you drunk? | |
| content | Yes | The email content you're thinking of sending | |
| recipient_type | No | Who you're sending it to | |
| time_since_writing | No | Minutes since you wrote the email — longer = more likely no |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| explanation | No | Explanation of the analysis and recommendation | |
| recommendation | No | Whether you should send the email (heavily weighted toward no) | |
| regret_probability | No | Probability you will regret sending this email (0-1) | |
| passive_aggression_score | No | Score indicating level of passive aggression in email (0-100) |