InMemoryChatHistoryProvider.ChatReducer Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the chat reducer used to process or reduce chat messages. If null, no reduction logic will be applied.
public Microsoft.Extensions.AI.IChatReducer? ChatReducer { get; }
member this.ChatReducer : Microsoft.Extensions.AI.IChatReducer
Public ReadOnly Property ChatReducer As IChatReducer