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