ResponsesBingCustomSearchPreviewTool Constructor
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.
Initializes a new instance of ResponsesBingCustomSearchPreviewTool.
public ResponsesBingCustomSearchPreviewTool(Azure.AI.Extensions.OpenAI.ResponsesBingCustomSearchToolParameters bingCustomSearchPreview);
new Azure.AI.Extensions.OpenAI.ResponsesBingCustomSearchPreviewTool : Azure.AI.Extensions.OpenAI.ResponsesBingCustomSearchToolParameters -> Azure.AI.Extensions.OpenAI.ResponsesBingCustomSearchPreviewTool
Public Sub New (bingCustomSearchPreview As ResponsesBingCustomSearchToolParameters)
Parameters
- bingCustomSearchPreview
- ResponsesBingCustomSearchToolParameters
The bing custom search tool parameters.
Exceptions
bingCustomSearchPreview is null.