Closed hiro-v closed 10 months ago
@vuonghoainam can you elaborate on the recommended solution? Are you referring to giving bots "long term" memory, i.e. through indexing historical convo data somewhere, rather than just the context window?
I get it now. We want assistants to retain previous conversation threads
. Neat!
This lends itself to our file-based approach where:
/assistants
/homework-helper
/threads # conversation that needs to be remembered
/threads # 1 time conversations that can be forgotten
Problem
Success Criteria
Additional context Add any other context or screenshots about the feature request here.