BingCustomSearchPreviewTool 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 BingCustomSearchPreviewTool : Azure.AI.AgentServer.Responses.Models.Tool, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.BingCustomSearchPreviewTool>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.BingCustomSearchPreviewTool>
type BingCustomSearchPreviewTool = class
inherit Tool
interface IJsonModel<BingCustomSearchPreviewTool>
interface IPersistableModel<BingCustomSearchPreviewTool>
Public Class BingCustomSearchPreviewTool
Inherits Tool
Implements IJsonModel(Of BingCustomSearchPreviewTool), IPersistableModel(Of BingCustomSearchPreviewTool)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| BingCustomSearchPreviewTool(BingCustomSearchToolParameters) |
Initializes a new instance of BingCustomSearchPreviewTool. |
Properties
| Name | Description |
|---|---|
| BingCustomSearchPreview |
The bing custom search tool parameters. |
| Description |
Optional user-defined description for this tool or configuration. |
| Name |
Optional user-defined name for this tool or configuration. |