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