Share via


ChatHistoryMemoryProviderScope Constructors

Definition

Overloads

Name Description
ChatHistoryMemoryProviderScope()

Initializes a new instance of the ChatHistoryMemoryProviderScope class.

ChatHistoryMemoryProviderScope(ChatHistoryMemoryProviderScope)

Initializes a new instance of the ChatHistoryMemoryProviderScope class by cloning an existing scope.

ChatHistoryMemoryProviderScope()

Initializes a new instance of the ChatHistoryMemoryProviderScope class.

public ChatHistoryMemoryProviderScope();
Public Sub New ()

Applies to

ChatHistoryMemoryProviderScope(ChatHistoryMemoryProviderScope)

Initializes a new instance of the ChatHistoryMemoryProviderScope class by cloning an existing scope.

public ChatHistoryMemoryProviderScope(Microsoft.Agents.AI.ChatHistoryMemoryProviderScope sourceScope);
new Microsoft.Agents.AI.ChatHistoryMemoryProviderScope : Microsoft.Agents.AI.ChatHistoryMemoryProviderScope -> Microsoft.Agents.AI.ChatHistoryMemoryProviderScope
Public Sub New (sourceScope As ChatHistoryMemoryProviderScope)

Parameters

sourceScope
ChatHistoryMemoryProviderScope

The scope to clone.

Applies to