Share via


ProjectsOpenAIModelFactory.BingCustomSearchToolParameters Method

Definition

The bing custom search tool parameters.

public static Azure.AI.Projects.OpenAI.BingCustomSearchToolParameters BingCustomSearchToolParameters(System.Collections.Generic.IEnumerable<Azure.AI.Projects.OpenAI.BingCustomSearchConfiguration> searchConfigurations = default);
static member BingCustomSearchToolParameters : seq<Azure.AI.Projects.OpenAI.BingCustomSearchConfiguration> -> Azure.AI.Projects.OpenAI.BingCustomSearchToolParameters
Public Shared Function BingCustomSearchToolParameters (Optional searchConfigurations As IEnumerable(Of BingCustomSearchConfiguration) = Nothing) As BingCustomSearchToolParameters

Parameters

searchConfigurations
IEnumerable<BingCustomSearchConfiguration>

The project connections attached to this tool. There can be a maximum of 1 connection resource attached to the tool.

Returns

A new BingCustomSearchToolParameters instance for mocking.

Applies to