Share via


BingCustomSearchAgentTool(BingCustomSearchToolParameters) Constructor

Definition

Initializes a new instance of BingCustomSearchAgentTool.

public BingCustomSearchAgentTool(Azure.AI.Projects.OpenAI.BingCustomSearchToolParameters bingCustomSearchPreview);
new Azure.AI.Projects.OpenAI.BingCustomSearchAgentTool : Azure.AI.Projects.OpenAI.BingCustomSearchToolParameters -> Azure.AI.Projects.OpenAI.BingCustomSearchAgentTool
Public Sub New (bingCustomSearchPreview As BingCustomSearchToolParameters)

Parameters

bingCustomSearchPreview
BingCustomSearchToolParameters

The bing custom search tool parameters.

Exceptions

bingCustomSearchPreview is null.

Applies to