Share via


BingGroundingAgentTool Class

Definition

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

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

Constructors

Name Description
BingGroundingAgentTool(BingGroundingSearchToolOptions)

Initializes a new instance of BingGroundingAgentTool.

Properties

Name Description
BingGrounding

The bing grounding search tool parameters.

Methods

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

Explicit Interface Implementations

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

Applies to