AzureAIProjectsModelFactory.ProceduralMemoryItem 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 procedure extracted from conversations.
public static Azure.AI.Projects.ProceduralMemoryItem ProceduralMemoryItem(string memoryId = default, DateTimeOffset updatedAt = default, string scope = default, string content = default);
static member ProceduralMemoryItem : string * DateTimeOffset * string * string -> Azure.AI.Projects.ProceduralMemoryItem
Public Shared Function ProceduralMemoryItem (Optional memoryId As String = Nothing, Optional updatedAt As DateTimeOffset = Nothing, Optional scope As String = Nothing, Optional content As String = Nothing) As ProceduralMemoryItem
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 ProceduralMemoryItem instance for mocking.