ailoy-web
Preparing search index...
Tool
Class Tool
Index
Properties
description
Methods
[dispose]
free
run
new
Builtin
new
Function
Properties
Readonly
description
description
:
ToolDesc
Methods
[dispose]
"[dispose]"
()
:
void
Returns
void
free
free
()
:
void
Returns
void
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
:
(
args
:
any
)
=>
Promise
<
any
>
)
:
Tool
Parameters
desc
:
ToolDesc
func
:
(
args
:
any
)
=>
Promise
<
any
>
Returns
Tool
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
Methods
[dispose]
free
run
new
Builtin
new
Function
ailoy-web
Loading...