Share via


SharepointGroundingToolParameters Class

Definition

The sharepoint grounding tool parameters.

public class SharepointGroundingToolParameters : System.ClientModel.Primitives.IJsonModel<Azure.AI.Agents.Persistent.SharepointGroundingToolParameters>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Agents.Persistent.SharepointGroundingToolParameters>
type SharepointGroundingToolParameters = class
    interface IJsonModel<SharepointGroundingToolParameters>
    interface IPersistableModel<SharepointGroundingToolParameters>
Public Class SharepointGroundingToolParameters
Implements IJsonModel(Of SharepointGroundingToolParameters), IPersistableModel(Of SharepointGroundingToolParameters)
Inheritance
SharepointGroundingToolParameters
Implements

Constructors

SharepointGroundingToolParameters()

Initializes a new instance of SharepointGroundingToolParameters.

Properties

ConnectionList

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

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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.

Applies to