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