BingGroundingSearchToolParameters 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 BingGroundingSearchToolParameters.
public BingGroundingSearchToolParameters(System.Collections.Generic.IEnumerable<Azure.AI.Agents.Persistent.BingGroundingSearchConfiguration> searchConfigurations);
new Azure.AI.Agents.Persistent.BingGroundingSearchToolParameters : seq<Azure.AI.Agents.Persistent.BingGroundingSearchConfiguration> -> Azure.AI.Agents.Persistent.BingGroundingSearchToolParameters
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.