ExtensionsOpenAIModelFactory.ResponsesBingGroundingSearchToolParameters Method

Definition

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.

Applies to