-
Notifications
You must be signed in to change notification settings - Fork 23
Enable undo in the current prompt area #73
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
Conversation
|
@bobrowadam thanks for the try, but still cause issues if one try to undo after chat has messages |
|
Also I felt in a case where I undo the context but it was still in there in the eca variables, so it was not visually there but was used which is dangerous |
|
can you explain how? the undo would work only on the user current prompt, not previous chat messages. do you notice a different behavior? |
|
Send any |
e34f9e6 to
242ee57
Compare
242ee57 to
25e9f57
Compare
|
@ericdallo |
|
@bobrowadam I like that, I'm ok with creating a |
Yes. I'll give that a try |
|
Hey @bobrowadam I just went ahead and followed with your idea, commenting in the issue, but feel free to change anything or test/fix if you find any problems, thanks for the help so far, I believe we could close this one and open a new one if needed |
|
OH nice! |
|
Hum makes sense, I kinda replaced all inserts with our internal function, we would need to remove some of them and maybe rename to |
This will allow user to undo changes on the current prompt and context areas but not on any of the previous chat buffer
areas.
Addresses:
#64