ProjectsOpenAIModelFactory.ChatSummaryMemoryItem Method
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 static Azure.AI.Projects.OpenAI.ChatSummaryMemoryItem ChatSummaryMemoryItem(string memoryId = default, DateTimeOffset updatedAt = default, string scope = default, string content = default);
static member ChatSummaryMemoryItem : string * DateTimeOffset * string * string -> Azure.AI.Projects.OpenAI.ChatSummaryMemoryItem
Public Shared Function ChatSummaryMemoryItem (Optional memoryId As String = Nothing, Optional updatedAt As DateTimeOffset = Nothing, Optional scope As String = Nothing, Optional content As String = Nothing) As ChatSummaryMemoryItem
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.
Returns
A new ChatSummaryMemoryItem instance for mocking.