alan-turing-institute/reginald

Implement clear history for the API model

Opened this issue · 1 comments

Code here:

elif req.type == "slash_commands":

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).

Might be able to close #88 if we finish this