ProjectsOpenAIModelFactory.AzureAISearchToolCall 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.
An Azure AI Search tool call.
public static Azure.AI.Projects.OpenAI.AzureAISearchToolCall AzureAISearchToolCall(string id = default, Azure.AI.Projects.OpenAI.AgentReference agentReference = default, string responseId = default, string callId = default, string arguments = default, Azure.AI.Projects.OpenAI.ToolCallStatus status = Azure.AI.Projects.OpenAI.ToolCallStatus.InProgress);
static member AzureAISearchToolCall : string * Azure.AI.Projects.OpenAI.AgentReference * string * string * string * Azure.AI.Projects.OpenAI.ToolCallStatus -> Azure.AI.Projects.OpenAI.AzureAISearchToolCall
Public Shared Function AzureAISearchToolCall (Optional id As String = Nothing, Optional agentReference As AgentReference = Nothing, Optional responseId As String = Nothing, Optional callId As String = Nothing, Optional arguments As String = Nothing, Optional status As ToolCallStatus = Azure.AI.Projects.OpenAI.ToolCallStatus.InProgress) As AzureAISearchToolCall
Parameters
- id
- String
- agentReference
- AgentReference
The agent that created the item.
- responseId
- String
The response on which the item is created.
- callId
- String
The unique ID of the tool call generated by the model.
- arguments
- String
A JSON string of the arguments to pass to the tool.
- status
- ToolCallStatus
The status of the tool call.
Returns
A new AzureAISearchToolCall instance for mocking.