ExtensionsOpenAIModelFactory.ResponsesSharepointGroundingToolParameters Method
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 sharepoint grounding tool parameters.
public static Azure.AI.Extensions.OpenAI.ResponsesSharepointGroundingToolParameters ResponsesSharepointGroundingToolParameters(System.Collections.Generic.IEnumerable<Azure.AI.Extensions.OpenAI.ResponsesToolProjectConnection> projectConnections = default);
static member ResponsesSharepointGroundingToolParameters : seq<Azure.AI.Extensions.OpenAI.ResponsesToolProjectConnection> -> Azure.AI.Extensions.OpenAI.ResponsesSharepointGroundingToolParameters
Public Shared Function ResponsesSharepointGroundingToolParameters (Optional projectConnections As IEnumerable(Of ResponsesToolProjectConnection) = Nothing) As ResponsesSharepointGroundingToolParameters
Parameters
- projectConnections
- IEnumerable<ResponsesToolProjectConnection>
The project connections attached to this tool. There can be a maximum of 1 connection resource attached to the tool.
Returns
A new ResponsesSharepointGroundingToolParameters instance for mocking.