Meilisearch JS
Docs
GitHub
Preparing search index...
ChatCompletionRequest
Type Alias ChatCompletionRequest
type
ChatCompletionRequest
=
{
messages
:
{
content
:
string
;
role
:
"user"
|
"assistant"
|
"system"
}
[]
;
model
:
string
;
stream
:
boolean
;
}
Index
Properties
messages
model
stream
Properties
messages
messages
:
{
content
:
string
;
role
:
"user"
|
"assistant"
|
"system"
}
[]
model
model
:
string
stream
stream
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
messages
model
stream
Docs
GitHub
Meilisearch JS
Loading...