Compartir a través de


PersistentAgentsModelFactory.RunStepBingCustomSearchToolCall Method

Definition

Initializes a new instance of RunStepBingCustomSearchToolCall.

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

Parameters

id
String

The ID of the tool call. This ID must be referenced when you submit tool outputs.

bingCustomSearch
IReadOnlyDictionary<String,String>

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

Returns

A new RunStepBingCustomSearchToolCall instance for mocking.

Applies to