Condividi tramite


MemoryStoreDefaultOptions(Boolean, Boolean) Constructor

Definition

Initializes a new instance of MemoryStoreDefaultOptions.

public MemoryStoreDefaultOptions(bool isUserProfileEnabled, bool isChatSummaryEnabled);
new Azure.AI.Projects.Memory.MemoryStoreDefaultOptions : bool * bool -> Azure.AI.Projects.Memory.MemoryStoreDefaultOptions
Public Sub New (isUserProfileEnabled As Boolean, isChatSummaryEnabled As Boolean)

Parameters

isUserProfileEnabled
Boolean

Whether to enable user profile extraction and storage. Default is true.

isChatSummaryEnabled
Boolean

Whether to enable chat summary extraction and storage. Default is true.

Applies to