MemoryStoreDefaultOptions(Boolean, Boolean) Constructor
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.
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.