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