PersistentAgentsModelFactory.RunStepBingCustomSearchToolCall 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.
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.