BingCustomSearchToolDefinition(BingCustomSearchToolParameters) 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 BingCustomSearchToolDefinition.
public BingCustomSearchToolDefinition(Azure.AI.Agents.Persistent.BingCustomSearchToolParameters bingCustomSearch);
new Azure.AI.Agents.Persistent.BingCustomSearchToolDefinition : Azure.AI.Agents.Persistent.BingCustomSearchToolParameters -> Azure.AI.Agents.Persistent.BingCustomSearchToolDefinition
Public Sub New (bingCustomSearch As BingCustomSearchToolParameters)
Parameters
- bingCustomSearch
- BingCustomSearchToolParameters
The bing custom search tool parameters.
Exceptions
bingCustomSearch is null.