FoundryAITool.CreateBingGroundingTool(BingGroundingSearchToolOptions) 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 Grounding search.
public static Microsoft.Extensions.AI.AITool CreateBingGroundingTool(Azure.AI.Projects.Agents.BingGroundingSearchToolOptions options);
static member CreateBingGroundingTool : Azure.AI.Projects.Agents.BingGroundingSearchToolOptions -> Microsoft.Extensions.AI.AITool
Public Shared Function CreateBingGroundingTool (options As BingGroundingSearchToolOptions) As AITool
Parameters
- options
- BingGroundingSearchToolOptions
The Bing Grounding search configuration options.
Returns
An AITool for Bing Grounding search.