@nickyzj2023/utils
Preparing search index...
ai
ChatCompletions
ToolDefinition
Type Alias ToolDefinition
type
ToolDefinition
=
{
function
:
{
description
?:
string
;
name
:
string
;
parameters
?:
Record
<
string
,
any
>
;
}
;
type
:
"function"
;
}
Index
Properties
function
type
Properties
function
function
:
{
description
?:
string
;
name
:
string
;
parameters
?:
Record
<
string
,
any
>
;
}
type
type
:
"function"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
function
type
@nickyzj2023/utils
Loading...