ExtensionsOpenAIModelFactory.ResponsesBrowserAutomationToolConnectionParameters 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.
Definition of input parameters for the connection used by the Browser Automation Tool.
public static Azure.AI.Extensions.OpenAI.ResponsesBrowserAutomationToolConnectionParameters ResponsesBrowserAutomationToolConnectionParameters(string projectConnectionId = default);
static member ResponsesBrowserAutomationToolConnectionParameters : string -> Azure.AI.Extensions.OpenAI.ResponsesBrowserAutomationToolConnectionParameters
Public Shared Function ResponsesBrowserAutomationToolConnectionParameters (Optional projectConnectionId As String = Nothing) As ResponsesBrowserAutomationToolConnectionParameters
Parameters
- projectConnectionId
- String
The ID of the project connection to your Azure Playwright resource.
Returns
A new ResponsesBrowserAutomationToolConnectionParameters instance for mocking.