Share via


SharepointGroundingToolParameters Class

Definition

The sharepoint grounding tool parameters.

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

Constructors

Name Description
SharepointGroundingToolParameters()

Initializes a new instance of SharepointGroundingToolParameters.

SharepointGroundingToolParameters(IList<ToolProjectConnection>, IDictionary<String,BinaryData>)

Initializes a new instance of SharepointGroundingToolParameters.

Properties

Name Description
ProjectConnections

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

Methods

Name Description
DeserializeSharepointGroundingToolParameters(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<SharepointGroundingToolParameters>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SharepointGroundingToolParameters>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SharepointGroundingToolParameters>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SharepointGroundingToolParameters>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SharepointGroundingToolParameters>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IUtf8JsonSerializable.Write(Utf8JsonWriter)

Applies to