SharepointPreviewTool Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The input definition information for a sharepoint tool as used to configure an agent.
public class SharepointPreviewTool : Azure.AI.AgentServer.Responses.Models.Tool, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.SharepointPreviewTool>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.SharepointPreviewTool>
type SharepointPreviewTool = class
inherit Tool
interface IJsonModel<SharepointPreviewTool>
interface IPersistableModel<SharepointPreviewTool>
Public Class SharepointPreviewTool
Inherits Tool
Implements IJsonModel(Of SharepointPreviewTool), IPersistableModel(Of SharepointPreviewTool)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| SharepointPreviewTool(SharepointGroundingToolParameters) |
Initializes a new instance of SharepointPreviewTool. |
Properties
| Name | Description |
|---|---|
| Description |
Optional user-defined description for this tool or configuration. |
| Name |
Optional user-defined name for this tool or configuration. |
| SharepointGroundingPreview |
The sharepoint grounding tool parameters. |