-
Notifications
You must be signed in to change notification settings - Fork 22
[Feat] One Click AI-Powered Reply Suggestions for Improved UX #59
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
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
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....
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
