@skeel/launcher
Preparing search index...
ChatTool
Type Alias ChatTool
Tool definition registered on the launcher for client-side tool calling.
type
ChatTool
=
{
function
:
{
description
?:
string
;
name
:
string
;
parameters
:
Record
<
string
,
unknown
>
;
strict
?:
boolean
;
}
;
handler
:
ChatToolHandler
;
}
Index
Properties
function
handler
Properties
function
function
:
{
description
?:
string
;
name
:
string
;
parameters
:
Record
<
string
,
unknown
>
;
strict
?:
boolean
;
}
handler
handler
:
ChatToolHandler
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
function
handler
@skeel/launcher
Loading...
Tool definition registered on the launcher for client-side tool calling.