Why .Net IConversationStorage is Internal and not Public? #7390
ali-gol
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
At the moment the IConversationStorage interface is internal AddOpenAIConversations registers the InMemoryConversationStorage.
I would like to register my own IConversationStorage in order to store my chat history in custom storage.
Is there a reason why it is an internal Interface at first place?
All reactions