Share via


BingCustomSearchToolParameters Constructor

Definition

Initializes a new instance of BingCustomSearchToolParameters.

public BingCustomSearchToolParameters(System.Collections.Generic.IEnumerable<Azure.AI.Agents.Persistent.BingCustomSearchConfiguration> searchConfigurations);
new Azure.AI.Agents.Persistent.BingCustomSearchToolParameters : seq<Azure.AI.Agents.Persistent.BingCustomSearchConfiguration> -> Azure.AI.Agents.Persistent.BingCustomSearchToolParameters
Public Sub New (searchConfigurations As IEnumerable(Of BingCustomSearchConfiguration))

Parameters

searchConfigurations
IEnumerable<BingCustomSearchConfiguration>

The connections attached to this tool. There can be a maximum of 1 connection resource attached to the tool.

Exceptions

searchConfigurations is null.

Applies to