BingCustomSearchToolParameters Constructor
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 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.