ChatSummaryMemoryItem 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 memory item containing a summary extracted from conversations.
public class ChatSummaryMemoryItem : Azure.AI.Extensions.OpenAI.MemoryOutputItem, System.ClientModel.Primitives.IJsonModel<Azure.AI.Extensions.OpenAI.ChatSummaryMemoryItem>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Extensions.OpenAI.ChatSummaryMemoryItem>
type ChatSummaryMemoryItem = class
inherit MemoryOutputItem
interface IJsonModel<ChatSummaryMemoryItem>
interface IPersistableModel<ChatSummaryMemoryItem>
Public Class ChatSummaryMemoryItem
Inherits MemoryOutputItem
Implements IJsonModel(Of ChatSummaryMemoryItem), IPersistableModel(Of ChatSummaryMemoryItem)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ChatSummaryMemoryItem(String, DateTimeOffset, String, String) |
Initializes a new instance of ChatSummaryMemoryItem. |
Properties
| Name | Description |
|---|---|
| Content |
The content of the memory. (Inherited from MemoryOutputItem) |
| MemoryId |
The unique ID of the memory item. (Inherited from MemoryOutputItem) |
| Scope |
The namespace that logically groups and isolates memories, such as a user ID. (Inherited from MemoryOutputItem) |
| UpdatedAt |
The last update time of the memory item. (Inherited from MemoryOutputItem) |