RunStepBrowserAutomationToolCall interface
A record of a call to a Browser Automation tool issued by the Agent.
- Extends
Properties
| browser |
Details of the browser automation tool call. |
| type | The object type, which is always 'browser_automation'. |
Inherited Properties
| id | The ID of the tool call. This ID must be referenced when you submit tool outputs. |
Property Details
browserAutomation
Details of the browser automation tool call.
browserAutomation: BrowserAutomationToolCallDetails
Property Value
type
The object type, which is always 'browser_automation'.
type: "browser_automation"
Property Value
"browser_automation"
Inherited Property Details
id
The ID of the tool call. This ID must be referenced when you submit tool outputs.
id: string
Property Value
string
Inherited From RunStepToolCall.id