Condividi tramite


Azure.AI.Projects.Memory Namespace

Classes

Name Description
AIProjectMemoryStores

The AIProjectMemoryStores sub-client.

ChatSummaryMemoryItem

A memory item containing a summary extracted from conversations.

DeleteMemoryStoreResponse

The DeleteMemoryStoreResponse.

MemoryItem

A single memory item stored in the memory store, containing content and metadata. Please note this is the abstract base class. The derived classes available for instantiation are: UserProfileMemoryItem and ChatSummaryMemoryItem.

MemoryOperation

Represents a single memory operation (create, update, or delete) performed on a memory item.

MemorySearchItem

A retrieved memory item from memory search.

MemorySearchOptions
MemorySearchResultOptions

Memory search options.

MemoryStore

A memory store that can store and retrieve user memories.

MemoryStoreDefaultDefinition

Default memory store implementation.

MemoryStoreDefaultOptions

Default memory store configurations.

MemoryStoreDefinition

Base definition for memory store configurations. Please note this is the abstract base class. The derived classes available for instantiation are: MemoryStoreDefaultDefinition.

MemoryStoreDeleteScopeResponse

Response for deleting memories from a scope.

MemoryStoreOperationUsage

Usage statistics of a memory store operation.

MemoryStoreOperationUsageInputTokensDetails
MemoryStoreOperationUsageOutputTokensDetails
MemoryStoreSearchResponse

Memory search response.

MemoryUpdateOptions
MemoryUpdateResult

Provides the status of a memory store update operation.

MemoryUpdateResultDetails

Memory update result.

UserProfileMemoryItem

A memory item specifically containing user profile information extracted from conversations, such as preferences, interests, and personal details.

Structs

Name Description
MemoryOperationKind

Memory operation kind.

MemoryStoreListOrder
MemoryStoreObjectType

Enums

Name Description
MemoryStoreUpdateStatus

Status of a memory store update operation.