ChatHistoryMemoryProviderScope Constructors
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.
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.