SongGuess
Preparing search index...
server/worker-configuration
AiSearchChatCompletionsResponse
Type Alias AiSearchChatCompletionsResponse
type
AiSearchChatCompletionsResponse
=
{
choices
:
{
index
?:
number
;
message
:
{
content
:
string
|
null
;
role
:
"system"
|
"developer"
|
"user"
|
"assistant"
|
"tool"
;
[
key
:
string
]:
unknown
;
}
;
[
key
:
string
]:
unknown
;
}
[]
;
chunks
:
AiSearchSearchResponse
[
"chunks"
]
;
id
?:
string
;
model
?:
string
;
object
?:
string
;
[
key
:
string
]:
unknown
;
}
Indexable
[
key
:
string
]:
unknown
Index
Properties
choices
chunks
id?
model?
object?
Properties
choices
choices
:
{
index
?:
number
;
message
:
{
content
:
string
|
null
;
role
:
"system"
|
"developer"
|
"user"
|
"assistant"
|
"tool"
;
[
key
:
string
]:
unknown
;
}
;
[
key
:
string
]:
unknown
;
}
[]
chunks
chunks
:
AiSearchSearchResponse
[
"chunks"
]
Optional
id
id
?:
string
Optional
model
model
?:
string
Optional
object
object
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
choices
chunks
id
model
object
SongGuess
Loading...