BrowserAutomationToolCallStep interface

Describes a single step of a Browser Automation tool execution.

Properties

currentState

The current state of execution with the Browser.

lastStepResult

The result of the last step executed with the Browser.

nextStep

The next step to execute with the Browser.

Property Details

currentState

The current state of execution with the Browser.

currentState: string

Property Value

string

lastStepResult

The result of the last step executed with the Browser.

lastStepResult: string

Property Value

string

nextStep

The next step to execute with the Browser.

nextStep: string

Property Value

string