-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
🚀 Feature: Edit Previous Request and Resend in DocsGPT #1260
Comments
Can you assign this issue to me? |
@Niharika0104 @Mefisto04 are you guys working it ? |
@AkashJana18 you can do the backend part of this and I will do the frontend part of this. |
@Niharika0104 it is supposed to be a frontend issue as doesn't has any backend tag |
@AkashJana18 I think we need to have one backend method which will update that particular query |
Yep, it will need some backend changes too. |
@ManishMadan2882 can u assign this to me? |
🔖 Feature description
I propose adding a functionality in DocsGPT where users can edit their previously sent requests and resend them to the AI to receive a new response. This feature will enhance the user experience by allowing them to refine their queries and get better, more targeted answers without having to start from scratch.
You should add an "Edit Request" button next to each previous request, allowing users to modify the text and resubmit the query to DocsGPT.
🎤 Why is this feature needed ?
In many cases, users may not get the exact response they are looking for on the first attempt. Rather than retyping or copying the whole request and submitting it again, allowing users to edit their last submission would save time and effort, improving both efficiency and interaction.
In my use case, this feature would allow me to correct mistakes, refine queries, or simply modify a question to get a more precise answer without retyping everything.
✌️ How do you aim to achieve this?
I want this feature to be implemented by adding an "Edit" option near the previous request in the chat interface. When clicked, it should populate the input field with the previous query, allowing users to modify it and resubmit. Upon sending, the updated query would replace the original request and trigger a new response from the AI based on the new input.
🔄️ Additional Information
A clear solution that I considered is adding an "Edit" button alongside the "Resend" option that allows users to directly modify their previous query. The alternative is to copy and paste manually, but that adds friction to the user flow and isn't as intuitive.
I tried manually copying and resubmitting, but it is tedious and error-prone, especially when the original request is lengthy.
👀 Have you spent some time to check if this feature request has been raised before?
Are you willing to submit PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered: