langchain.js
Preparing search index...
@langchain/community
agents/toolkits/stagehand
StagehandActTool
Class StagehandActTool
Hierarchy
StagehandToolBase
StagehandActTool
Index
Constructors
constructor
Properties
description
name
stagehand?
Methods
_
call
get
Stagehand
Constructors
constructor
new
StagehandActTool
(
stagehandInstance
?:
Stagehand
)
:
StagehandActTool
Parameters
Optional
stagehandInstance
:
Stagehand
Returns
StagehandActTool
Properties
description
description
:
string
= "Use this tool to perform an action on the current web page using Stagehand. The input should be a string describing the action to perform."
name
name
:
string
= "stagehand_act"
Protected
Optional
stagehand
stagehand
?:
Stagehand
Methods
_
call
_call
(
input
:
string
)
:
Promise
<
string
>
Parameters
input
:
string
Returns
Promise
<
string
>
Protected
get
Stagehand
getStagehand
()
:
Promise
<
Stagehand
>
Returns
Promise
<
Stagehand
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
description
name
stagehand
Methods
_
call
get
Stagehand
langchain.js
Loading...