ExtensionsOpenAIModelFactory.ResponsesBingGroundingSearchToolParameters 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 bing grounding search tool parameters.
public static Azure.AI.Extensions.OpenAI.ResponsesBingGroundingSearchToolParameters ResponsesBingGroundingSearchToolParameters(System.Collections.Generic.IEnumerable<Azure.AI.Extensions.OpenAI.ResponsesBingGroundingSearchConfiguration> searchConfigurations = default);
static member ResponsesBingGroundingSearchToolParameters : seq<Azure.AI.Extensions.OpenAI.ResponsesBingGroundingSearchConfiguration> -> Azure.AI.Extensions.OpenAI.ResponsesBingGroundingSearchToolParameters
Public Shared Function ResponsesBingGroundingSearchToolParameters (Optional searchConfigurations As IEnumerable(Of ResponsesBingGroundingSearchConfiguration) = Nothing) As ResponsesBingGroundingSearchToolParameters
Parameters
- searchConfigurations
- IEnumerable<ResponsesBingGroundingSearchConfiguration>
The search configurations attached to this tool. There can be a maximum of 1 search configuration resource attached to the tool.
Returns
A new ResponsesBingGroundingSearchToolParameters instance for mocking.