Share via


ProjectsOpenAIModelFactory.BingCustomSearchAgentTool Method

Definition

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

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

Parameters

bingCustomSearchPreview
BingCustomSearchToolParameters

The bing custom search tool parameters.

Returns

A new BingCustomSearchAgentTool instance for mocking.

Applies to