alan-turing-institute / reginald

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

Figure out how to have multiple chat instances for different users #86

Closed rchan26 closed 12 months ago

rchan26 commented 1 year ago

One idea: start using the slack user ID and create a dictionary of chat engine instances to query to keep track of individual chat histories. Alternatively can have a dictionary of chat histories and use the same chat engine.

Also would need fixing of #83