ProjectsOpenAIModelFactory.BingCustomSearchToolCallOutput Method

Definition

The output of a Bing custom search tool call.

public static Azure.AI.Projects.OpenAI.BingCustomSearchToolCallOutput BingCustomSearchToolCallOutput(string id = default, Azure.AI.Projects.OpenAI.AgentReference agentReference = default, string responseId = default, string callId = default, BinaryData output = default, Azure.AI.Projects.OpenAI.ToolCallStatus status = Azure.AI.Projects.OpenAI.ToolCallStatus.InProgress);
static member BingCustomSearchToolCallOutput : string * Azure.AI.Projects.OpenAI.AgentReference * string * string * BinaryData * Azure.AI.Projects.OpenAI.ToolCallStatus -> Azure.AI.Projects.OpenAI.BingCustomSearchToolCallOutput
Public Shared Function BingCustomSearchToolCallOutput (Optional id As String = Nothing, Optional agentReference As AgentReference = Nothing, Optional responseId As String = Nothing, Optional callId As String = Nothing, Optional output As BinaryData = Nothing, Optional status As ToolCallStatus = Azure.AI.Projects.OpenAI.ToolCallStatus.InProgress) As BingCustomSearchToolCallOutput

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.

output
BinaryData

The output from the Bing custom search tool call.

status
ToolCallStatus

The status of the tool call.

Returns

A new BingCustomSearchToolCallOutput instance for mocking.

Applies to