BingGroundingTool(BingGroundingSearchToolParameters) Constructor

Definition

Initializes a new instance of BingGroundingTool.

public BingGroundingTool(Azure.AI.AgentServer.Responses.Models.BingGroundingSearchToolParameters bingGrounding);
new Azure.AI.AgentServer.Responses.Models.BingGroundingTool : Azure.AI.AgentServer.Responses.Models.BingGroundingSearchToolParameters -> Azure.AI.AgentServer.Responses.Models.BingGroundingTool
Public Sub New (bingGrounding As BingGroundingSearchToolParameters)

Parameters

bingGrounding
BingGroundingSearchToolParameters

The bing grounding search tool parameters.

Exceptions

bingGrounding is null.

Applies to