BingCustomSearchToolDefinition 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 BingCustomSearchToolDefinition : Azure.AI.Projects.ToolDefinition, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.BingCustomSearchToolDefinition>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.BingCustomSearchToolDefinition>
type BingCustomSearchToolDefinition = class
inherit ToolDefinition
interface IJsonModel<BingCustomSearchToolDefinition>
interface IPersistableModel<BingCustomSearchToolDefinition>
Public Class BingCustomSearchToolDefinition
Inherits ToolDefinition
Implements IJsonModel(Of BingCustomSearchToolDefinition), IPersistableModel(Of BingCustomSearchToolDefinition)
- Inheritance
- Implements
Constructors
BingCustomSearchToolDefinition(SearchConfigurationList) |
Initializes a new instance of BingCustomSearchToolDefinition. |
Properties
BingCustomSearch |
The list of search configurations used by the bing custom search tool. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |