ProjectsAgentsModelFactory.BingGroundingTool 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.Agents.BingGroundingTool BingGroundingTool(string name = default, string description = default, Azure.AI.Projects.Agents.BingGroundingSearchToolOptions searchToolOptions = default);
static member BingGroundingTool : string * string * Azure.AI.Projects.Agents.BingGroundingSearchToolOptions -> Azure.AI.Projects.Agents.BingGroundingTool
Public Shared Function BingGroundingTool (Optional name As String = Nothing, Optional description As String = Nothing, Optional searchToolOptions As BingGroundingSearchToolOptions = Nothing) As BingGroundingTool
Parameters
- name
- String
Optional user-defined name for this tool or configuration.
- description
- String
Optional user-defined description for this tool or configuration.
- searchToolOptions
- BingGroundingSearchToolOptions
The bing grounding search tool parameters.
Returns
A new BingGroundingTool instance for mocking.