alan-turing-institute / reginald

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

Implement clear history for the API model #199

Open rwood-97 opened 1 month ago

rwood-97 commented 1 month ago

Code here: https://github.com/alan-turing-institute/reginald/blob/93ec979606704e21f00640316d146d3302cf713d/reginald/slack_bot/bot.py#L300

We need to update this in the ApiBot to make a call to the api to clear history on the VM versus self.model (which doesn't exist in the api bot).

rchan26 commented 1 month ago

Might be able to close #88 if we finish this