You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Sometimes the response is not what was expected so without wanting to go further in a wrong direction, editing the last prompt and rerun keep the most recent chat context without bulk mislead output given by the model as response before
Describe the solution you'd like
Edit prompts shall split the chain of responses and rerun with edited prompt with previous chat context.
Initial Prompt and Response
Prompt 1 → Response 1
Prompt 2.1 → Response 2.1
Edited Prompt Creating a New Response Path
Prompt 2.2 (Edited version of Prompt 2.1) → Response 2.2
This approach ensures that modifying a prompt doesn’t simply overwrite visually previous inputs but instead creates a new branch while preserving the context.
Additionally
Currently the scrolling seems odd
Delete response shall cause scroll to last prompt
Delete last prompt shall cause scroll to last response
Input Textbox may be better when its separated between the different chats. (keep half finished prompts separated)
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Sometimes the response is not what was expected so without wanting to go further in a wrong direction, editing the last prompt and rerun keep the most recent chat context without bulk mislead output given by the model as response before
Describe the solution you'd like
Edit prompts shall split the chain of responses and rerun with edited prompt with previous chat context.
Initial Prompt and Response
Edited Prompt Creating a New Response Path
This approach ensures that modifying a prompt doesn’t simply overwrite visually previous inputs but instead creates a new branch while preserving the context.
Additionally
Currently the scrolling seems odd
Delete response shall cause scroll to last prompt
Delete last prompt shall cause scroll to last response
Input Textbox may be better when its separated between the different chats. (keep half finished prompts separated)
The text was updated successfully, but these errors were encountered: