Share via


MemoryStoreDefaultOptions(Boolean, Boolean) Constructor

Definition

Initializes a new instance of MemoryStoreDefaultOptions.

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

Parameters

userProfileEnabled
Boolean

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

chatSummaryEnabled
Boolean

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

Applies to