FoundryAITool.CreateBingCustomSearchTool(BingCustomSearchToolOptions) 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 an AITool for Bing Custom Search.
public static Microsoft.Extensions.AI.AITool CreateBingCustomSearchTool(Azure.AI.Projects.Agents.BingCustomSearchToolOptions parameters);
static member CreateBingCustomSearchTool : Azure.AI.Projects.Agents.BingCustomSearchToolOptions -> Microsoft.Extensions.AI.AITool
Public Shared Function CreateBingCustomSearchTool (parameters As BingCustomSearchToolOptions) As AITool
Parameters
- parameters
- BingCustomSearchToolOptions
The Bing Custom Search configuration parameters.
Returns
An AITool for Bing Custom Search.