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.Agents.Persistent.ToolDefinition, System.ClientModel.Primitives.IJsonModel<Azure.AI.Agents.Persistent.BingCustomSearchToolDefinition>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Agents.Persistent.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
| Name | Description |
|---|---|
| BingCustomSearchToolDefinition(BingCustomSearchToolParameters) |
Initializes a new instance of BingCustomSearchToolDefinition. |
Properties
| Name | Description |
|---|---|
| BingCustomSearch |
The bing custom search tool parameters. |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
Explicit Interface Implementations
Extension Methods
| Name | Description |
|---|---|
| AsAITool(ToolDefinition) |
Creates an AITool to represent a ToolDefinition. |