ResponsesBingGroundingTool Class

Definition

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

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

Constructors

Name Description
ResponsesBingGroundingTool(ResponsesBingGroundingSearchToolParameters)

Initializes a new instance of ResponsesBingGroundingTool.

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.

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<ResponsesBingGroundingTool>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<ResponsesBingGroundingTool>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IJsonModel<ResponsesTool>.Create(Utf8JsonReader, ModelReaderWriterOptions) (Inherited from ResponsesTool)
IJsonModel<ResponsesTool>.Write(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from ResponsesTool)
IPersistableModel<ResponsesBingGroundingTool>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<ResponsesBingGroundingTool>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<ResponsesBingGroundingTool>.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