Compartir a través de


PersistentAgentsModelFactory.RunStepDeltaCustomBingGroundingToolCall Method

Definition

Initializes a new instance of RunStepDeltaCustomBingGroundingToolCall.

public static Azure.AI.Agents.Persistent.RunStepDeltaCustomBingGroundingToolCall RunStepDeltaCustomBingGroundingToolCall(int index = 0, string id = default, System.Collections.Generic.IReadOnlyDictionary<string,string> bingCustomSearch = default);
static member RunStepDeltaCustomBingGroundingToolCall : int * string * System.Collections.Generic.IReadOnlyDictionary<string, string> -> Azure.AI.Agents.Persistent.RunStepDeltaCustomBingGroundingToolCall
Public Shared Function RunStepDeltaCustomBingGroundingToolCall (Optional index As Integer = 0, Optional id As String = Nothing, Optional bingCustomSearch As IReadOnlyDictionary(Of String, String) = Nothing) As RunStepDeltaCustomBingGroundingToolCall

Parameters

index
Int32

The index of the tool call detail in the run step's tool_calls array.

id
String

The ID of the tool call, used when submitting outputs to the run.

bingCustomSearch
IReadOnlyDictionary<String,String>

The dictionary with request and response from Bing Custom Search tool.

Returns

A new RunStepDeltaCustomBingGroundingToolCall instance for mocking.

Applies to