-
Notifications
You must be signed in to change notification settings - Fork 262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Follow-up reminder (nudges) #3996
Follow-up reminder (nudges) #3996
Comments
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
good idea 👍 |
As a prerequisite for this, we need to be able to analyze the message content and figure out whether the message needs a reply. This is true both for follow-up and reply reminders. Otherwise, this will result in many unwanted reminders. |
@marcelklehr can probably tell best if the available, non-fully-ethical AIs can do this already, the ethical, self-hosted ones I doubt are able to do this already with a high probability of being correct. |
This should be possible with a good LLM. The way to pull this off is to give it the boilerplate code for a function that does what you want (ie. returns a boolean indicating whether the passed text expects a reply) full with docblock, description and return type, and you ask it to call the function on text XYZ and only output the result, e.g. as JSON. My long term plan would be to have a generic version of this available as a text processing provider. Example prompt:
|
design review comments:
|
@ChristophWurst @marcelklehr do you need further design input or updated mockups, or are the mockups & specs good as is and should we wait on further developments from your side? :) |
Seems fine to me. This feature is not planned. We can look into the details when this gets picked up for the roadmap. |
cough documentation cough |
Feature Request
As a Nextcloud Mail user I want to be reminded that I did not receive a response to my outgoing emails.
Original
Our friends at google now bring up an email to the top of the list after 5 days or so and ask, if you got no response, if you want to follow up. Excellent idea.
Implementation
Original
Not sure exactly what the heuristic is there, it probably uses some machine learning on the content to know if I would expect a reply or not...
Maybe just length of the mail, a simple "Ok, done" or "thanks" won't warrant a reply, but a mail just sent separately, not a reply to anything, with some longer text - that is likely a request for something.
Alternatively, or in addition, when writing a mail users could have the option to enable getting reminded if there is no reply for a week. I'd absolutely love that feature ;-)
Work packages
The text was updated successfully, but these errors were encountered: