-
Notifications
You must be signed in to change notification settings - Fork 62
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
feat(chat): Include history from messages to docs chatbot VSCODE-632 #871
Conversation
…de into gagik/add-test-filtering
…de into gagik/one-database-handling
…-js/vscode into gagik/no-database-or-collection-error
…ngodb-js/vscode into gagik/filter-namespace
…abase-or-collection-error
…ngodb-js/vscode into gagik/filter-namespace
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like the approach of condensing the history into one message given our constraints. It might be worth coming up with a couple example chats with some history and then seeing if come prompt changes - like including in the prompt that some of the prompt is chat history and for the LLM to pay attention to the last message mostly.
Left one code suggestion
Include history from messages to docs chatbot
Open Questions
Some things may be worth discussing here. cc: @GaurabAryal
Limitations
Risks
Observations
Mitigation Strategies
or adding a
------` after the context. So far, I have found lack of clear separation not to be a problem.Dependents
Types of changes