MemorySearchItem(MemoryItem) 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 MemorySearchItem.
public MemorySearchItem(Azure.AI.Projects.OpenAI.MemoryItem memoryItem);
new Azure.AI.Projects.OpenAI.MemorySearchItem : Azure.AI.Projects.OpenAI.MemoryItem -> Azure.AI.Projects.OpenAI.MemorySearchItem
Public Sub New (memoryItem As MemoryItem)
Parameters
- memoryItem
- MemoryItem
Retrieved memory item.
Exceptions
memoryItem is null.