Preparing search index...
The search index is not available
anything-gpt
anything-gpt
ChatCompletionResponse
Interface ChatCompletionResponse
interface
ChatCompletionResponse
{
choices
:
{
finish_reason
:
string
;
index
:
number
;
logprobs
:
any
;
message
:
ChatMessage
;
}
[]
;
created
:
number
;
id
:
string
;
model
:
string
;
object
:
string
;
}
Index
Properties
choices
created
id
model
object
Properties
choices
choices
:
{
finish_reason
:
string
;
index
:
number
;
logprobs
:
any
;
message
:
ChatMessage
;
}
[]
Type declaration
finish_
reason
:
string
index
:
number
logprobs
:
any
message
:
ChatMessage
created
created
:
number
id
id
:
string
model
model
:
string
object
object
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
choices
created
id
model
object
anything-gpt
AbstractEnvironmentContext
AbstractStorageContext
ChatCompletionOptions
ChatCompletionResponse
ChatCompletionResponsePromise
ChatMessage
CreateInstanceOptions
InstanceOptions
StreamedChatCompletionResponse
StreamNextFn
chunkify
core
useEnvironment
useOptions
Generated using
TypeDoc