Share via


BingGroundingSearchToolOptions Constructor

Definition

Initializes a new instance of BingGroundingSearchToolOptions.

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

Parameters

searchConfigurations
IEnumerable<BingGroundingSearchConfiguration>

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