Share via


BingGroundingAgentTool(BingGroundingSearchToolOptions) Constructor

Definition

Initializes a new instance of BingGroundingAgentTool.

public BingGroundingAgentTool(Azure.AI.Projects.OpenAI.BingGroundingSearchToolOptions bingGrounding);
new Azure.AI.Projects.OpenAI.BingGroundingAgentTool : Azure.AI.Projects.OpenAI.BingGroundingSearchToolOptions -> Azure.AI.Projects.OpenAI.BingGroundingAgentTool
Public Sub New (bingGrounding As BingGroundingSearchToolOptions)

Parameters

bingGrounding
BingGroundingSearchToolOptions

The bing grounding search tool parameters.

Exceptions

bingGrounding is null.

Applies to