Timeline Studio API Documentation - v0.26.0
Preparing search index...
features/ai-chat/types/streaming
StreamingMessage
Interface StreamingMessage
Типы для потокового ответа от AI API
interface
StreamingMessage
{
content
?:
string
;
id
?:
string
;
type
:
"error"
|
"start"
|
"delta"
|
"stop"
;
}
Index
Properties
content?
id?
type
Properties
Optional
content
content
?:
string
Optional
id
id
?:
string
type
type
:
"error"
|
"start"
|
"delta"
|
"stop"
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
content
id
type
Timeline Studio API Documentation - v0.26.0
Loading...
Типы для потокового ответа от AI API