Azure.AI.Projects.Memory Namespace
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.
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, ChatSummaryMemoryItem, and ProceduralMemoryItem. |
| MemoryOperation |
Represents a single memory operation (create, update, or delete) performed on a memory item. |
| MemorySearchItem |
A retrieved memory item from memory search. |
| MemorySearchOptions |
Options that describe a memory-store search request. |
| 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 |
Token usage details for the input portion of a memory-store operation. |
| MemoryStoreOperationUsageOutputTokensDetails |
Token usage details for the output portion of a memory-store operation. |
| MemoryStoreSearchResponse |
Memory search response. |
| MemoryUpdateOptions |
Options that describe a memory-store update request. |
| 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 |
|---|---|
| MemoryItemKind |
Memory item kind. |
| MemoryOperationKind |
Memory operation kind. |
| MemoryStoreListOrder | |
| MemoryStoreObjectType | |
Enums
| Name | Description |
|---|---|
| MemoryStoreUpdateStatus |
Status of a memory store update operation. |