Share via


ProjectsOpenAIModelFactory.BingGroundingAgentTool Method

Definition

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

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

Parameters

bingGrounding
BingGroundingSearchToolOptions

The bing grounding search tool parameters.

Returns

A new BingGroundingAgentTool instance for mocking.

Applies to