Freigeben über


AzureAIProjectsModelFactory.MemoryStoreDefaultOptions Method

Definition

Default memory store configurations.

public static Azure.AI.Projects.Memory.MemoryStoreDefaultOptions MemoryStoreDefaultOptions(bool isUserProfileEnabled = false, string userProfileDetails = default, bool isChatSummaryEnabled = false);
static member MemoryStoreDefaultOptions : bool * string * bool -> Azure.AI.Projects.Memory.MemoryStoreDefaultOptions
Public Shared Function MemoryStoreDefaultOptions (Optional isUserProfileEnabled As Boolean = false, Optional userProfileDetails As String = Nothing, Optional isChatSummaryEnabled As Boolean = false) As MemoryStoreDefaultOptions

Parameters

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

isChatSummaryEnabled
Boolean

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

Returns

A new MemoryStoreDefaultOptions instance for mocking.

Applies to