ProjectsOpenAIModelFactory.MemorySearchToolCallResponseItem 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.
The MemorySearchToolCallResponseItem.
public static Azure.AI.Projects.OpenAI.MemorySearchToolCallResponseItem MemorySearchToolCallResponseItem(string id = default, Azure.AI.Projects.OpenAI.AgentResponseItemSource createdBy = default, Azure.AI.Projects.OpenAI.MemorySearchToolCallStatus status = default, System.Collections.Generic.IEnumerable<Azure.AI.Projects.OpenAI.MemorySearchItem> results = default);
static member MemorySearchToolCallResponseItem : string * Azure.AI.Projects.OpenAI.AgentResponseItemSource * Azure.AI.Projects.OpenAI.MemorySearchToolCallStatus * seq<Azure.AI.Projects.OpenAI.MemorySearchItem> -> Azure.AI.Projects.OpenAI.MemorySearchToolCallResponseItem
Public Shared Function MemorySearchToolCallResponseItem (Optional id As String = Nothing, Optional createdBy As AgentResponseItemSource = Nothing, Optional status As MemorySearchToolCallStatus = Nothing, Optional results As IEnumerable(Of MemorySearchItem) = Nothing) As MemorySearchToolCallResponseItem
Parameters
- id
- String
- createdBy
- AgentResponseItemSource
The information about the creator of the item.
- status
- MemorySearchToolCallStatus
The status of the memory search tool call. One of in_progress,
searching, completed, incomplete or failed,
- results
- IEnumerable<MemorySearchItem>
The results returned from the memory search.
Returns
A new MemorySearchToolCallResponseItem instance for mocking.