MemoryItem Class
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.
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: ChatSummaryMemoryItem.
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.Projects.OpenAI.UnknownMemoryItem))]
public abstract class MemoryItem : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.OpenAI.MemoryItem>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.OpenAI.MemoryItem>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.Projects.OpenAI.UnknownMemoryItem))>]
type MemoryItem = class
interface IJsonModel<MemoryItem>
interface IPersistableModel<MemoryItem>
Public MustInherit Class MemoryItem
Implements IJsonModel(Of MemoryItem), IPersistableModel(Of MemoryItem)
- Inheritance
-
MemoryItem
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| Content |
The content of the memory. |
| MemoryId |
The unique ID of the memory item. |
| Scope |
The namespace that logically groups and isolates memories, such as a user ID. |
| UpdatedAt |
The last update time of the memory item. |