Share via


BingCustomSearchToolParameters Class

Definition

The bing custom search tool parameters.

public class BingCustomSearchToolParameters : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.OpenAI.BingCustomSearchToolParameters>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.OpenAI.BingCustomSearchToolParameters>
type BingCustomSearchToolParameters = class
    interface IJsonModel<BingCustomSearchToolParameters>
    interface IPersistableModel<BingCustomSearchToolParameters>
Public Class BingCustomSearchToolParameters
Implements IJsonModel(Of BingCustomSearchToolParameters), IPersistableModel(Of BingCustomSearchToolParameters)
Inheritance
BingCustomSearchToolParameters
Implements

Constructors

Name Description
BingCustomSearchToolParameters(IEnumerable<BingCustomSearchConfiguration>)

Initializes a new instance of BingCustomSearchToolParameters.

Properties

Name Description
SearchConfigurations

The project connections attached to this tool. There can be a maximum of 1 connection resource attached to the tool.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<BingCustomSearchToolParameters>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<BingCustomSearchToolParameters>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<BingCustomSearchToolParameters>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<BingCustomSearchToolParameters>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<BingCustomSearchToolParameters>.Write(ModelReaderWriterOptions)

Applies to