ChatSummaryMemoryItem(String, DateTimeOffset, String, String) Constructor
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.
Initializes a new instance of ChatSummaryMemoryItem.
public ChatSummaryMemoryItem(string memoryId, DateTimeOffset updatedAt, string scope, string content);
new Azure.AI.Projects.OpenAI.ChatSummaryMemoryItem : string * DateTimeOffset * string * string -> Azure.AI.Projects.OpenAI.ChatSummaryMemoryItem
Public Sub New (memoryId As String, updatedAt As DateTimeOffset, scope As String, content As String)
Parameters
- memoryId
- String
The unique ID of the memory item.
- updatedAt
- DateTimeOffset
The last update time of the memory item.
- scope
- String
The namespace that logically groups and isolates memories, such as a user ID.
- content
- String
The content of the memory.
Exceptions
memoryId, scope or content is null.