AzureAIProjectsModelFactory.MemoryStoreDefaultOptions Method
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.
Default memory store configurations.
public static Azure.AI.Projects.MemoryStoreDefaultOptions MemoryStoreDefaultOptions(bool userProfileEnabled = false, string userProfileDetails = default, bool chatSummaryEnabled = false);
static member MemoryStoreDefaultOptions : bool * string * bool -> Azure.AI.Projects.MemoryStoreDefaultOptions
Public Shared Function MemoryStoreDefaultOptions (Optional userProfileEnabled As Boolean = false, Optional userProfileDetails As String = Nothing, Optional chatSummaryEnabled As Boolean = false) As MemoryStoreDefaultOptions
Parameters
- userProfileEnabled
- Boolean
Whether to enable user profile extraction and storage. Default is true.
- userProfileDetails
- String
Specific categories or types of user profile information to extract and store.
- chatSummaryEnabled
- Boolean
Whether to enable chat summary extraction and storage. Default is true.
Returns
A new MemoryStoreDefaultOptions instance for mocking.