SharepointGroundingToolParameters Constructors
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.
Overloads
| Name | Description |
|---|---|
| SharepointGroundingToolParameters() |
Initializes a new instance of SharepointGroundingToolParameters. |
| SharepointGroundingToolParameters(IList<ToolProjectConnection>, IDictionary<String,BinaryData>) |
Initializes a new instance of SharepointGroundingToolParameters. |
SharepointGroundingToolParameters()
Initializes a new instance of SharepointGroundingToolParameters.
public SharepointGroundingToolParameters();
Public Sub New ()
Applies to
SharepointGroundingToolParameters(IList<ToolProjectConnection>, IDictionary<String,BinaryData>)
Initializes a new instance of SharepointGroundingToolParameters.
public SharepointGroundingToolParameters(System.Collections.Generic.IList<Azure.AI.AgentServer.Contracts.Generated.OpenAI.ToolProjectConnection> projectConnections, System.Collections.Generic.IDictionary<string,BinaryData> serializedAdditionalRawData);
new Azure.AI.AgentServer.Contracts.Generated.OpenAI.SharepointGroundingToolParameters : System.Collections.Generic.IList<Azure.AI.AgentServer.Contracts.Generated.OpenAI.ToolProjectConnection> * System.Collections.Generic.IDictionary<string, BinaryData> -> Azure.AI.AgentServer.Contracts.Generated.OpenAI.SharepointGroundingToolParameters
Public Sub New (projectConnections As IList(Of ToolProjectConnection), serializedAdditionalRawData As IDictionary(Of String, BinaryData))
Parameters
- projectConnections
- IList<ToolProjectConnection>
The project connections attached to this tool. There can be a maximum of 1 connection resource attached to the tool.
- serializedAdditionalRawData
- IDictionary<String,BinaryData>
Keeps track of any properties unknown to the library.