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, System.Collections.Generic.IDictionary<string,Azure.AI.Projects.Agents.ToolConfig> toolConfigs = default, Azure.AI.Projects.Agents.BingGroundingSearchToolOptions searchToolOptions = default);
static member BingGroundingTool : string * string * System.Collections.Generic.IDictionary<string, Azure.AI.Projects.Agents.ToolConfig> * 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 toolConfigs As IDictionary(Of String, ToolConfig) = Nothing, Optional searchToolOptions As BingGroundingSearchToolOptions = Nothing) As BingGroundingTool
Parameters
- name
- String
Deprecated. This property is deprecated and will be removed in a future version.
- description
- String
Deprecated. This property is deprecated and will be removed in a future version.
- toolConfigs
- IDictionary<String,ToolConfig>
Deprecated. This property is deprecated and will be removed in a future version.
- searchToolOptions
- BingGroundingSearchToolOptions
The bing grounding search tool parameters.
Returns
A new BingGroundingTool instance for mocking.