Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
ai-core
ToolRequest
Interface ToolRequest
interface
ToolRequest
{
description
?:
string
;
handler
:
(
(
arg_string
)
=>
Promise
<
unknown
>
)
;
id
:
string
;
name
:
string
;
parameters
?:
{
properties
:
Record
<
string
,
{
type
:
string
;
[
key
:
string
]
:
unknown
;
}
>
;
type
?:
"object"
;
}
;
}
Index
Properties
description?
handler
id
name
parameters?
Properties
Optional
description
description
?:
string
handler
handler
:
(
(
arg_string
)
=>
Promise
<
unknown
>
)
Type declaration
(
arg_string
)
:
Promise
<
unknown
>
Parameters
arg_string
:
string
Returns
Promise
<
unknown
>
id
id
:
string
name
name
:
string
Optional
parameters
parameters
?:
{
properties
:
Record
<
string
,
{
type
:
string
;
[
key
:
string
]
:
unknown
;
}
>
;
type
?:
"object"
;
}
Type declaration
properties
:
Record
<
string
,
{
type
:
string
;
[
key
:
string
]
:
unknown
;
}
>
Optional
type
?:
"object"
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
description
handler
id
name
parameters
Theia TypeDoc
Loading...