ResponsesBrowserAutomationToolParameters Constructor
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.
Initializes a new instance of ResponsesBrowserAutomationToolParameters.
public ResponsesBrowserAutomationToolParameters(Azure.AI.Extensions.OpenAI.ResponsesBrowserAutomationToolConnectionParameters connection);
new Azure.AI.Extensions.OpenAI.ResponsesBrowserAutomationToolParameters : Azure.AI.Extensions.OpenAI.ResponsesBrowserAutomationToolConnectionParameters -> Azure.AI.Extensions.OpenAI.ResponsesBrowserAutomationToolParameters
Public Sub New (connection As ResponsesBrowserAutomationToolConnectionParameters)
Parameters
The project connection parameters associated with the Browser Automation Tool.
Exceptions
connection is null.