ExtensionsOpenAIModelFactory.ResponsesToolProjectConnection(String) 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.
A project connection resource.
public static Azure.AI.Extensions.OpenAI.ResponsesToolProjectConnection ResponsesToolProjectConnection(string projectConnectionId = default);
static member ResponsesToolProjectConnection : string -> Azure.AI.Extensions.OpenAI.ResponsesToolProjectConnection
Public Shared Function ResponsesToolProjectConnection (Optional projectConnectionId As String = Nothing) As ResponsesToolProjectConnection
Parameters
- projectConnectionId
- String
A project connection in a ToolProjectConnectionList attached to this tool.
Returns
A new ResponsesToolProjectConnection instance for mocking.