ProjectsAgentTool.CreateBingCustomSearchTool Method

Definition

Creates a Bing custom search tool with the supplied options.

public static Azure.AI.Projects.Agents.BingCustomSearchPreviewTool CreateBingCustomSearchTool(Azure.AI.Projects.Agents.BingCustomSearchToolOptions parameters);
static member CreateBingCustomSearchTool : Azure.AI.Projects.Agents.BingCustomSearchToolOptions -> Azure.AI.Projects.Agents.BingCustomSearchPreviewTool
Public Shared Function CreateBingCustomSearchTool (parameters As BingCustomSearchToolOptions) As BingCustomSearchPreviewTool

Parameters

parameters
BingCustomSearchToolOptions

Configuration options for the Bing custom search tool.

Returns

Applies to