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

Give Chatbot context #2

Open
skeet70 opened this issue Oct 2, 2024 · 0 comments
Open

Give Chatbot context #2

skeet70 opened this issue Oct 2, 2024 · 0 comments

Comments

@skeet70
Copy link
Member

skeet70 commented Oct 2, 2024

As a user of the demo I want to be able to chat with the chatbot and have it remember prior messages in our conversation.

On the server take context note ids as part of the chat request. Decrypt those notes and add them to the context notes, along with the one from the current query. On the client track all note ids that have been returned by the chat endpoint for this conversation and send them in again on the request.

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