ProjectsOpenAIModelFactory.MemorySearchItem(MemoryItem) 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 retrieved memory item from memory search.
public static Azure.AI.Projects.OpenAI.MemorySearchItem MemorySearchItem(Azure.AI.Projects.OpenAI.MemoryItem memoryItem = default);
static member MemorySearchItem : Azure.AI.Projects.OpenAI.MemoryItem -> Azure.AI.Projects.OpenAI.MemorySearchItem
Public Shared Function MemorySearchItem (Optional memoryItem As MemoryItem = Nothing) As MemorySearchItem
Parameters
- memoryItem
- MemoryItem
Retrieved memory item.
Returns
A new MemorySearchItem instance for mocking.