-
-
Notifications
You must be signed in to change notification settings - Fork 231
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
Add a config option to add the current note to chat context by default #898
Comments
I thought about this too. But I dislike adding too many things to settings, so I designed it to behave like this: There's already a flag in the code So, at the moment we can say it's a bug: "current" note does not update to new active note after switching. The bug should be fixed in |
Nice! Glad that the code path already exists!
Hmm... I wonder if it's better to make it default to |
My thinking is that we don't really care whether it defaults to true or false. Once you add an active note with that From the other side of the isle, users may want to have simple chats and ad-hoc questions without the note as context, myself included. 80%+ of my chats are without context, or I only need the context for a particular turn of my conversation, so I add and remove it just for that turn. The point I want to make is that every user is different and we want to decrease the actions they have to make and the mental load they have to remember to achieve their goal. |
Just FYI, in 2.7.7, current note in context gets updated as you switch notes. The bug is fixed. As for the new setting, I am inclined not to have an extra setting just to flip this flag. |
Is your feature request related to a problem? Please describe.
When reading or writing a note, I often need to ask related questions in the chat. But every time I have to manually add the current note to the context in the beginning. It would be great if the current note can be added to context by default.
Describe the solution you'd like
Add a setting option to pass the current note to chat context by default. Once enabled, when switching to a new note,
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: