marcominerva/ChatGptNet

Retrieve chat conversation history

Closed this issue · 0 comments

It could be useful to have a way to retrieve cached conversation history for a given conversationId:

Task<IEnumerable<ChatGptMessage>> GetConversationAsync(Guid conversationId);

If no message exists in the conversation, the method must return an empty list.