Timeline Studio API Documentation - v0.26.0
Preparing search index...
features/ai-chat/types/streaming
OpenAIStreamingEvent
Interface OpenAIStreamingEvent
interface
OpenAIStreamingEvent
{
choices
:
{
delta
:
{
content
?:
string
;
role
?:
string
}
;
finish_reason
?:
string
;
index
:
number
;
}
[]
;
created
:
number
;
id
:
string
;
model
:
string
;
object
:
"chat.completion.chunk"
;
}
Index
Properties
choices
created
id
model
object
Properties
choices
choices
:
{
delta
:
{
content
?:
string
;
role
?:
string
}
;
finish_reason
?:
string
;
index
:
number
;
}
[]
created
created
:
number
id
id
:
string
model
model
:
string
object
object
:
"chat.completion.chunk"
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
choices
created
id
model
object
Timeline Studio API Documentation - v0.26.0
Loading...