ProjectsAgentsModelFactory.BingCustomSearchPreviewTool 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.Agents.BingCustomSearchPreviewTool BingCustomSearchPreviewTool(string name = default, string description = default, Azure.AI.Projects.Agents.BingCustomSearchToolOptions bingCustomSearchPreview = default);
static member BingCustomSearchPreviewTool : string * string * Azure.AI.Projects.Agents.BingCustomSearchToolOptions -> Azure.AI.Projects.Agents.BingCustomSearchPreviewTool
Public Shared Function BingCustomSearchPreviewTool (Optional name As String = Nothing, Optional description As String = Nothing, Optional bingCustomSearchPreview As BingCustomSearchToolOptions = Nothing) As BingCustomSearchPreviewTool
Parameters
- name
- String
Optional user-defined name for this tool or configuration.
- description
- String
Optional user-defined description for this tool or configuration.
- bingCustomSearchPreview
- BingCustomSearchToolOptions
The bing custom search tool parameters.
Returns
A new BingCustomSearchPreviewTool instance for mocking.