ResponsesBingCustomSearchToolParameters Constructor

Definition

Initializes a new instance of ResponsesBingCustomSearchToolParameters.

public ResponsesBingCustomSearchToolParameters(System.Collections.Generic.IEnumerable<Azure.AI.Extensions.OpenAI.ResponsesBingCustomSearchConfiguration> searchConfigurations);
new Azure.AI.Extensions.OpenAI.ResponsesBingCustomSearchToolParameters : seq<Azure.AI.Extensions.OpenAI.ResponsesBingCustomSearchConfiguration> -> Azure.AI.Extensions.OpenAI.ResponsesBingCustomSearchToolParameters
Public Sub New (searchConfigurations As IEnumerable(Of ResponsesBingCustomSearchConfiguration))

Parameters

searchConfigurations
IEnumerable<ResponsesBingCustomSearchConfiguration>

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

Exceptions

searchConfigurations is null.

Applies to