ResponsesBingGroundingSearchToolParameters Constructor

Definition

Initializes a new instance of ResponsesBingGroundingSearchToolParameters.

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

Parameters

searchConfigurations
IEnumerable<ResponsesBingGroundingSearchConfiguration>

The search configurations attached to this tool. There can be a maximum of 1 search configuration resource attached to the tool.

Exceptions

searchConfigurations is null.

Applies to