alan-turing-institute / reginald

Reginald repository for REG Hack Week 23
3 stars 0 forks source link

Add ability to clear chat history in slack bot #88

Open rwood-97 opened 1 year ago

rwood-97 commented 1 year ago

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:

Might be good to implement both of these.

rchan26 commented 1 year ago

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

rwood-97 commented 12 months ago

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