Udostępnij przez


AzureAIProjectsModelFactory.MemoryStoreDefaultOptions Method

Definition

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.

Applies to