marcominerva/ChatGptNet

When deleting a conversation, avoid discarding system messages

marcominerva opened this issue · 0 comments

The DeleteConversationAsync method completely deletes a conversation. It could be useful to have the ability to preserve system message, i.e. the one that has been set with the SetupAsync method.