Share via


BingGroundingSearchToolParameters Class

Definition

The bing grounding search tool parameters.

public class BingGroundingSearchToolParameters : Azure.AI.AgentServer.Contracts.Generated.Common.IUtf8JsonSerializable, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Contracts.Generated.OpenAI.BingGroundingSearchToolParameters>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Contracts.Generated.OpenAI.BingGroundingSearchToolParameters>
type BingGroundingSearchToolParameters = class
    interface IUtf8JsonSerializable
    interface IJsonModel<BingGroundingSearchToolParameters>
    interface IPersistableModel<BingGroundingSearchToolParameters>
Public Class BingGroundingSearchToolParameters
Implements IJsonModel(Of BingGroundingSearchToolParameters), IPersistableModel(Of BingGroundingSearchToolParameters), IUtf8JsonSerializable
Inheritance
BingGroundingSearchToolParameters
Implements

Constructors

Name Description
BingGroundingSearchToolParameters()

Initializes a new instance of BingGroundingSearchToolParameters for deserialization.

BingGroundingSearchToolParameters(ToolProjectConnectionList, IEnumerable<BingGroundingSearchConfiguration>)

Initializes a new instance of BingGroundingSearchToolParameters.

BingGroundingSearchToolParameters(ToolProjectConnectionList, IList<BingGroundingSearchConfiguration>, IDictionary<String,BinaryData>)

Initializes a new instance of BingGroundingSearchToolParameters.

Properties

Name Description
ProjectConnections

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

SearchConfigurations

The search configurations attached to this tool. There can be a maximum of 1 search configuration resource attached to the tool.

Methods

Name Description
DeserializeBingGroundingSearchToolParameters(JsonElement, ModelReaderWriterOptions)
FromResponse(Response)

Deserializes the model from a raw response.

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
ToRequestContent()

Convert into a RequestContent.

Explicit Interface Implementations

Name Description
IJsonModel<BingGroundingSearchToolParameters>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<BingGroundingSearchToolParameters>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BingGroundingSearchToolParameters>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BingGroundingSearchToolParameters>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<BingGroundingSearchToolParameters>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IUtf8JsonSerializable.Write(Utf8JsonWriter)

Applies to