-
Notifications
You must be signed in to change notification settings - Fork 243
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
Easier way needed to modify and resend a request #791
Comments
I am willing to contribute. Are you willing to talk about what an optimal implementation would look like? |
I believe the most optimal solution would be adding a Copy icon button in the user message panel header, which will simply copy the user message to the clipboard. Another option would be the actual editing of the user message. However, this requires more work since there are many use cases that need to be considered, as the message can contain several code blocks mixed with regular text, images, etc. |
@ferenci84 actually, can you hold off on this implementation? I'll handle it myself, since I want to arrange a few other icons around. |
Describe the need of your request
In the chat window, if you send a prompt and it goes wrong, there is no easy way to edit the prompt and resend it. You can delete all together with the AI response, but if you didn't save the markdown format before, you have to reformat the whole message again.
Proposed solution
Either one of the above would resolve the issue:
Solution 1: A button to copy the user message in markdown format
Solution 2: Edit option: this would open a text editor in place of the message. This would be useful for other purposes; for example, you may add additional context in previous messages, or you would be able to edit the AI responses so that it can be used as a context for subsequent messages.
It would be ideal to have both.
Additional context
My current workflows:
Workflow 1 (if I know that I will need more than 1 attempt):
If it goes wrong:
Workflow 2 (if I forgot to save):
If it goes wrong:
Solution 1 AND/OR Solution 2 would make both workflows easier.
The text was updated successfully, but these errors were encountered: