ProjectsOpenAIModelFactory.BingCustomSearchToolParameters 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 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.