你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BingGroundingToolDefinition(ToolConnectionList) Constructor

Definition

Initializes a new instance of BingGroundingToolDefinition.

public BingGroundingToolDefinition(Azure.AI.Projects.ToolConnectionList bingGrounding);
new Azure.AI.Projects.BingGroundingToolDefinition : Azure.AI.Projects.ToolConnectionList -> Azure.AI.Projects.BingGroundingToolDefinition
Public Sub New (bingGrounding As ToolConnectionList)

Parameters

bingGrounding
ToolConnectionList

The list of connections used by the bing grounding tool.

Exceptions

bingGrounding is null.

Applies to