RocketChat / RocketChat/Apps.QuickReplies

[Feat] One Click AI-Powered Reply Suggestions for Improved UX

Open
#59 3 comments 0 reactions 1 assignee View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
TypeScript
Stars
7
Forks
21
PR merge metrics
No merged PRs in 30d

Description

What do we need?

As a user of Quick Replies, its too much friction in the user experience(UX) to use the ai replies. First write command, then write prompt, then hit send, I as a user would rather type the message myself. It would be better if we can show message suggestions in the chat itself like linkedin does .

Acceptance Criteria
  • Implement a message event handler to check for any new message in the server
  • Create an handler to check last few messages of that room or thread (Currenly Quick Replies does not support threads)
  • Create 2/3 replies based on the conversation using AI
  • Send the replies as action button which can be only seen by the user and when they press a button that message will be sent in the room or thread
  • Make sure to delete the suggestion message on click of the button
Relevant ScreenShots
Linkedin Message Suggestion Image
Further Comments

Instead making quickreplies event based we can also make it command based, after the command is executed, app will see last few messages in the convesation and suggest changes, rest remains same....

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.