Preparing search index...
The search index is not available
EKO API
EKO API
types
Action
Interface Action
interface
Action
{
description
:
string
;
execute
:
(
input
:
unknown
,
context
:
ExecutionContext
)
=>
Promise
<
unknown
>
;
name
:
string
;
tools
:
Tool
<
any
,
any
>
[]
;
type
:
"prompt"
|
"script"
|
"hybrid"
;
}
Index
Properties
description
execute
name
tools
type
Properties
description
description
:
string
execute
execute
:
(
input
:
unknown
,
context
:
ExecutionContext
)
=>
Promise
<
unknown
>
name
name
:
string
tools
tools
:
Tool
<
any
,
any
>
[]
type
type
:
"prompt"
|
"script"
|
"hybrid"
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
description
execute
name
tools
type
EKO API
Loading...