你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SharePointGroundingToolOptions Class

Definition

The sharepoint grounding tool parameters.

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

Constructors

Name Description
SharePointGroundingToolOptions()

Initializes a new instance of SharePointGroundingToolOptions.

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
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<SharePointGroundingToolOptions>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<SharePointGroundingToolOptions>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<SharePointGroundingToolOptions>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<SharePointGroundingToolOptions>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<SharePointGroundingToolOptions>.Write(ModelReaderWriterOptions)

Applies to