BrowserAutomationToolCallDetails interface
Details of a Browser Automation tool call.
Properties
| input | The input provided to the Browser Automation tool. |
| output | The output returned by the Browser Automation tool. |
| steps | The steps the Browser Automation tool executed. |
Property Details
input
The input provided to the Browser Automation tool.
input: string
Property Value
string
output
The output returned by the Browser Automation tool.
output: string
Property Value
string
steps
The steps the Browser Automation tool executed.
steps: BrowserAutomationToolCallStep[]