Preparing search index...
The search index is not available
@wllama/wllama
@wllama/wllama
ChatCompletionToolFunctionParameters
Interface ChatCompletionToolFunctionParameters
interface
ChatCompletionToolFunctionParameters
{
additionalProperties
?:
boolean
;
properties
:
Record
<
string
,
{
description
?:
string
;
enum
?:
string
[]
;
type
:
string
;
[
key
:
string
]:
unknown
;
}
,
>
;
required
?:
string
[]
;
type
:
"object"
;
}
Index
Properties
additional
Properties?
properties
required?
type
Properties
Optional
additional
Properties
additionalProperties
?:
boolean
properties
properties
:
Record
<
string
,
{
description
?:
string
;
enum
?:
string
[]
;
type
:
string
;
[
key
:
string
]:
unknown
;
}
,
>
Optional
required
required
?:
string
[]
type
type
:
"object"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
additional
Properties
properties
required
type
@wllama/wllama
Loading...