ExtensionsOpenAIModelFactory.ResponsesBingGroundingTool 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.Extensions.OpenAI.ResponsesBingGroundingTool ResponsesBingGroundingTool(string name = default, string description = default, System.Collections.Generic.IDictionary<string,Azure.AI.Extensions.OpenAI.ToolConfig> toolConfigs = default, Azure.AI.Extensions.OpenAI.ResponsesBingGroundingSearchToolParameters bingGrounding = default);
static member ResponsesBingGroundingTool : string * string * System.Collections.Generic.IDictionary<string, Azure.AI.Extensions.OpenAI.ToolConfig> * Azure.AI.Extensions.OpenAI.ResponsesBingGroundingSearchToolParameters -> Azure.AI.Extensions.OpenAI.ResponsesBingGroundingTool
Public Shared Function ResponsesBingGroundingTool (Optional name As String = Nothing, Optional description As String = Nothing, Optional toolConfigs As IDictionary(Of String, ToolConfig) = Nothing, Optional bingGrounding As ResponsesBingGroundingSearchToolParameters = Nothing) As ResponsesBingGroundingTool
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.
- bingGrounding
- ResponsesBingGroundingSearchToolParameters
The bing grounding search tool parameters.
Returns
A new ResponsesBingGroundingTool instance for mocking.