ailoy-node
Preparing search index...
Tool
Class Tool
Index
Constructors
constructor
Accessors
description
Methods
run
new
Builtin
new
Function
Constructors
constructor
new
Tool
()
:
Tool
Returns
Tool
Accessors
description
get
description
()
:
ToolDesc
Returns
ToolDesc
Methods
run
run
(
args
:
any
)
:
Promise
<
any
>
Parameters
args
:
any
Returns
Promise
<
any
>
Static
new
Builtin
newBuiltin
(
kind
:
BuiltinToolKind
,
config
?:
any
)
:
Tool
Parameters
kind
:
BuiltinToolKind
Optional
config
:
any
Returns
Tool
Static
new
Function
newFunction
(
desc
:
ToolDesc
,
func
:
(
arg
:
any
)
=>
Promise
<
any
>
)
:
Tool
Parameters
desc
:
ToolDesc
func
:
(
arg
:
any
)
=>
Promise
<
any
>
Returns
Tool
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Accessors
description
Methods
run
new
Builtin
new
Function
ailoy-node
Loading...