ExtensionsOpenAIModelFactory.ResponsesBingCustomSearchPreviewTool 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 input definition information for a Bing custom search tool as used to configure an agent.
public static Azure.AI.Extensions.OpenAI.ResponsesBingCustomSearchPreviewTool ResponsesBingCustomSearchPreviewTool(Azure.AI.Extensions.OpenAI.ResponsesBingCustomSearchToolParameters bingCustomSearchPreview = default);
static member ResponsesBingCustomSearchPreviewTool : Azure.AI.Extensions.OpenAI.ResponsesBingCustomSearchToolParameters -> Azure.AI.Extensions.OpenAI.ResponsesBingCustomSearchPreviewTool
Public Shared Function ResponsesBingCustomSearchPreviewTool (Optional bingCustomSearchPreview As ResponsesBingCustomSearchToolParameters = Nothing) As ResponsesBingCustomSearchPreviewTool
Parameters
- bingCustomSearchPreview
- ResponsesBingCustomSearchToolParameters
The bing custom search tool parameters.
Returns
A new ResponsesBingCustomSearchPreviewTool instance for mocking.