BingCustomSearchToolParameters Constructors
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.
Overloads
BingCustomSearchToolParameters(IEnumerable<BingCustomSearchConfiguration>) |
Initializes a new instance of BingCustomSearchToolParameters. |
BingCustomSearchToolParameters(String, String) |
BingCustomSearchToolParameters(IEnumerable<BingCustomSearchConfiguration>)
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
BingCustomSearchToolParameters(String, String)
public BingCustomSearchToolParameters(string connectionId, string instanceName);
new Azure.AI.Agents.Persistent.BingCustomSearchToolParameters : string * string -> Azure.AI.Agents.Persistent.BingCustomSearchToolParameters
Public Sub New (connectionId As String, instanceName As String)
Parameters
- connectionId
- String
- instanceName
- String