BingGroundingTool Class

Definition

The input definition information for a bing grounding search tool as used to configure an agent.

public class BingGroundingTool : Azure.AI.AgentServer.Responses.Models.Tool, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.BingGroundingTool>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.BingGroundingTool>
type BingGroundingTool = class
    inherit Tool
    interface IJsonModel<BingGroundingTool>
    interface IPersistableModel<BingGroundingTool>
Public Class BingGroundingTool
Inherits Tool
Implements IJsonModel(Of BingGroundingTool), IPersistableModel(Of BingGroundingTool)
Inheritance
BingGroundingTool
Implements

Constructors

Name Description
BingGroundingTool(BingGroundingSearchToolParameters)

Initializes a new instance of BingGroundingTool.

Properties

Name Description
BingGrounding

The bing grounding search tool parameters.

Description

Optional user-defined description for this tool or configuration.

Name

Optional user-defined name for this tool or configuration.

Methods

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

Explicit Interface Implementations

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

Applies to