ResponsesBingCustomSearchPreviewTool Class
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 class ResponsesBingCustomSearchPreviewTool : Azure.AI.Extensions.OpenAI.ResponsesTool, System.ClientModel.Primitives.IJsonModel<Azure.AI.Extensions.OpenAI.ResponsesBingCustomSearchPreviewTool>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Extensions.OpenAI.ResponsesBingCustomSearchPreviewTool>
type ResponsesBingCustomSearchPreviewTool = class
inherit ResponsesTool
interface IJsonModel<ResponsesBingCustomSearchPreviewTool>
interface IPersistableModel<ResponsesBingCustomSearchPreviewTool>
Public Class ResponsesBingCustomSearchPreviewTool
Inherits ResponsesTool
Implements IJsonModel(Of ResponsesBingCustomSearchPreviewTool), IPersistableModel(Of ResponsesBingCustomSearchPreviewTool)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ResponsesBingCustomSearchPreviewTool(ResponsesBingCustomSearchToolParameters) |
Initializes a new instance of ResponsesBingCustomSearchPreviewTool. |
Properties
| Name | Description |
|---|---|
| BingCustomSearchPreview |
The bing custom search tool parameters. |