Share via


InMemoryChatHistoryProvider(InMemoryChatHistoryProviderOptions) Constructor

Definition

Initializes a new instance of the InMemoryChatHistoryProvider class.

public InMemoryChatHistoryProvider(Microsoft.Agents.AI.InMemoryChatHistoryProviderOptions? options = default);
new Microsoft.Agents.AI.InMemoryChatHistoryProvider : Microsoft.Agents.AI.InMemoryChatHistoryProviderOptions -> Microsoft.Agents.AI.InMemoryChatHistoryProvider
Public Sub New (Optional options As InMemoryChatHistoryProviderOptions = Nothing)

Parameters

options
InMemoryChatHistoryProviderOptions

Optional configuration options that control the provider's behavior, including state initialization, message reduction, and serialization settings. If null, default settings will be used.

Applies to