Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MongoBotContextManager storage logic #255

Open
achernin opened this issue Jun 26, 2023 · 0 comments
Open

MongoBotContextManager storage logic #255

achernin opened this issue Jun 26, 2023 · 0 comments

Comments

@achernin
Copy link

managers/mongo/src/main/kotlin/com/justai/jaicf/context/manager/mongo/MongoBotContextManager.kt

We have several problems when using MongoBotContextManager.

(1) it is not ready to support multiple simultaneous sessions with a one client -> sessions storage has to be a dictionary with the session id as a key
(2) ideally, i want to be able to define a strategy for BotContext._id , if BotRequest.clientid is not defined (in case of anonymous clients)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant