ResponsesSharepointPreviewTool Class

Definition

The input definition information for a sharepoint tool as used to configure an agent.

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

Constructors

Name Description
ResponsesSharepointPreviewTool(ResponsesSharepointGroundingToolParameters)

Initializes a new instance of ResponsesSharepointPreviewTool.

Properties

Name Description
SharepointGroundingPreview

The sharepoint grounding tool parameters.

Methods

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

Explicit Interface Implementations

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