.NET: Rename ChatMessageStore to ChatHistoryProvider (#3375)

* Rename ChatMessageStore to ChatHistoryProvider

* Fix merge issue

* Fixed PR comments

* Fix tests after property rename

* Add unit tests and fix merge issues

* Fix encoding
This commit is contained in:
westey
2026-01-23 15:49:01 +00:00
committed by GitHub
parent 9e57dc7dbe
commit 21e00c054b
45 changed files with 1037 additions and 904 deletions
@@ -192,7 +192,7 @@ public static class PersistentAgentsClientExtensions
Description = options.Description ?? persistentAgentMetadata.Description,
ChatOptions = options.ChatOptions,
AIContextProviderFactory = options.AIContextProviderFactory,
ChatMessageStoreFactory = options.ChatMessageStoreFactory,
ChatHistoryProviderFactory = options.ChatHistoryProviderFactory,
UseProvidedChatClientAsIs = options.UseProvidedChatClientAsIs
};