Closed
Description
Sometimes ChatGPTs automatic-answer-attempt is not helpful.
We should add a button attached to the end of his message(s) that allows certain people to Dismiss
it (delete the message).
The message is created somewhere around HelpSystemHelper.java#L163C25-L193
Code-wise, the challenge is that ChatGPT can post multiple messages. To delete all of them, we can simply remember all those message IDs within the buttons argument-list. See the existing GIST Dismiss button for details (FileSharingMessageListener.java
).
People allows to click dismiss would include:
- OP
- anyone with the
"tagManageRolePattern": "Moderator|Community Ambassador|Top Helpers .+",
role