Preparing search index...
The search index is not available
EKO API
EKO API
types
Tool
Interface Tool<T, R>
interface
Tool
<
T
,
R
>
{
description
:
string
;
destroy
?:
(
context
:
ExecutionContext
)
=>
void
;
execute
:
(
context
:
ExecutionContext
,
params
:
T
)
=>
Promise
<
R
>
;
input_schema
:
InputSchema
;
name
:
string
;
}
Type Parameters
T
R
Implemented by
tools
.
BrowserUse
tools
.
BrowserUse
tools
.
BrowserUse
CommandExecute
ComputerUse
tools
.
ElementClick
tools
.
ElementClick
tools
.
ExportFile
tools
.
ExportFile
tools
.
ExtractContent
tools
.
ExtractContent
FileRead
FileWrite
tools
.
FindElementPosition
tools
.
FindElementPosition
OpenUrl
RequestLogin
tools
.
Screenshot
tools
.
Screenshot
TabManagement
WebSearch
Index
Properties
description
destroy?
execute
input_
schema
name
Properties
description
description
:
string
Optional
destroy
destroy
?:
(
context
:
ExecutionContext
)
=>
void
execute
execute
:
(
context
:
ExecutionContext
,
params
:
T
)
=>
Promise
<
R
>
input_
schema
input_schema
:
InputSchema
name
name
:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
description
destroy
execute
input_
schema
name
EKO API
Loading...