ProjectsOpenAIModelFactory.BingGroundingAgentTool 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.
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.