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