Share via


ProjectsOpenAIModelFactory.MemorySearchToolCallResponseItem Method

Definition

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.

Applies to