ProjectsOpenAIModelFactory.BingGroundingTool Method

Definition

The input definition information for a bing grounding search tool as used to configure an agent.

public static Azure.AI.Projects.OpenAI.BingGroundingTool BingGroundingTool(Azure.AI.Projects.OpenAI.BingGroundingSearchToolOptions bingGrounding = default);
static member BingGroundingTool : Azure.AI.Projects.OpenAI.BingGroundingSearchToolOptions -> Azure.AI.Projects.OpenAI.BingGroundingTool
Public Shared Function BingGroundingTool (Optional bingGrounding As BingGroundingSearchToolOptions = Nothing) As BingGroundingTool

Parameters

bingGrounding
BingGroundingSearchToolOptions

The bing grounding search tool parameters.

Returns

A new BingGroundingTool instance for mocking.

Applies to