ProjectsOpenAIModelFactory.BingCustomSearchPreviewTool Method

Definition

The input definition information for a Bing custom search tool as used to configure an agent.

public static Azure.AI.Projects.OpenAI.BingCustomSearchPreviewTool BingCustomSearchPreviewTool(Azure.AI.Projects.OpenAI.BingCustomSearchToolParameters bingCustomSearchPreview = default);
static member BingCustomSearchPreviewTool : Azure.AI.Projects.OpenAI.BingCustomSearchToolParameters -> Azure.AI.Projects.OpenAI.BingCustomSearchPreviewTool
Public Shared Function BingCustomSearchPreviewTool (Optional bingCustomSearchPreview As BingCustomSearchToolParameters = Nothing) As BingCustomSearchPreviewTool

Parameters

bingCustomSearchPreview
BingCustomSearchToolParameters

The bing custom search tool parameters.

Returns

A new BingCustomSearchPreviewTool instance for mocking.

Applies to