ResponsesBingCustomSearchPreviewTool Class

Definition

The input definition information for a Bing custom search tool as used to configure an agent.

public class ResponsesBingCustomSearchPreviewTool : Azure.AI.Extensions.OpenAI.ResponsesTool, System.ClientModel.Primitives.IJsonModel<Azure.AI.Extensions.OpenAI.ResponsesBingCustomSearchPreviewTool>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Extensions.OpenAI.ResponsesBingCustomSearchPreviewTool>
type ResponsesBingCustomSearchPreviewTool = class
    inherit ResponsesTool
    interface IJsonModel<ResponsesBingCustomSearchPreviewTool>
    interface IPersistableModel<ResponsesBingCustomSearchPreviewTool>
Public Class ResponsesBingCustomSearchPreviewTool
Inherits ResponsesTool
Implements IJsonModel(Of ResponsesBingCustomSearchPreviewTool), IPersistableModel(Of ResponsesBingCustomSearchPreviewTool)
Inheritance
ResponsesBingCustomSearchPreviewTool
Implements

Constructors

Name Description
ResponsesBingCustomSearchPreviewTool(ResponsesBingCustomSearchToolParameters)

Initializes a new instance of ResponsesBingCustomSearchPreviewTool.

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.

ToolConfigs

Per-tool configuration map. Keys are tool names or * (catch-all default). Resolution order: exact tool name match takes priority over *. Unknown tool names are silently ignored at runtime.

Methods

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

Explicit Interface Implementations

Name Description
IJsonModel<ResponsesBingCustomSearchPreviewTool>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<ResponsesBingCustomSearchPreviewTool>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IJsonModel<ResponsesTool>.Create(Utf8JsonReader, ModelReaderWriterOptions) (Inherited from ResponsesTool)
IJsonModel<ResponsesTool>.Write(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from ResponsesTool)
IPersistableModel<ResponsesBingCustomSearchPreviewTool>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<ResponsesBingCustomSearchPreviewTool>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<ResponsesBingCustomSearchPreviewTool>.Write(ModelReaderWriterOptions)
IPersistableModel<ResponsesTool>.Create(BinaryData, ModelReaderWriterOptions) (Inherited from ResponsesTool)
IPersistableModel<ResponsesTool>.GetFormatFromOptions(ModelReaderWriterOptions) (Inherited from ResponsesTool)
IPersistableModel<ResponsesTool>.Write(ModelReaderWriterOptions) (Inherited from ResponsesTool)

Applies to