Skip to content
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

Add ability to clear chat history in slack bot #88

Open
1 of 2 tasks
rwood-97 opened this issue Sep 15, 2023 · 2 comments
Open
1 of 2 tasks

Add ability to clear chat history in slack bot #88

rwood-97 opened this issue Sep 15, 2023 · 2 comments
Assignees
Labels
priority Issue needs to be prioritised

Comments

@rwood-97
Copy link
Contributor

rwood-97 commented Sep 15, 2023

After the end of each 'conversation' with the chat bot, we should clear the history so that irrelevant history isn't kept unncessarily.
Two options for this are:

  • User manually clears chat history though interaction on slack. eg.. could be to emoji a message or use one of the / commands
  • We implement a timeout system where the chat history auto clears after xx amount of time. Could be something like after 3 hours or 24 hours.

Might be good to implement both of these.

@rchan26
Copy link
Collaborator

rchan26 commented Sep 15, 2023

Do we know what happens if the chat history gets too long? Do older chat histories just get cut off, or does it crash due to not enough context length left?

Edit: see #101

@rchan26 rchan26 added the priority Issue needs to be prioritised label Sep 15, 2023
@rchan26 rchan26 self-assigned this Sep 15, 2023
@rwood-97 rwood-97 self-assigned this Sep 19, 2023
@rwood-97
Copy link
Contributor Author

rwood-97 commented Sep 19, 2023

#71 may also be relevant here as both are relating to emoji react events.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority Issue needs to be prioritised
Projects
None yet
Development

No branches or pull requests

2 participants