gencay / vscode-chatgpt

An unofficial Visual Studio Code - OpenAI ChatGPT integration
ISC License
3.5k stars 760 forks source link

Ability to delete/remove user/agent response from chat #219

Closed ChuckJonas closed 1 year ago

ChuckJonas commented 1 year ago

Describe the feature

Sometimes you have a good thread going with chatGPT but send a bad user response that throws the whole thing off.

Add the ability to delete a chat (from either user or agent) so that you can try to continue the conversation with different context.

gencay commented 1 year ago

I don't think this is available via official APIs nor ChatGPT web. Let me know if you know of a way to achieve that. You may do some prompt engineering to ask ChatGPT to ignore some of the previous messages I guess. That would be outside of this extension's capability though.

I have the edit your previous message feature available. You can try that as well.