ProjectsAgentTool.CreateBingCustomSearchTool Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.