Timeline Studio API Documentation - v0.26.0
Preparing search index...
features/ai-chat/types/streaming
StreamingRequest
Interface StreamingRequest
interface
StreamingRequest
{
max_tokens
?:
number
;
messages
:
{
content
:
string
;
role
:
"user"
|
"assistant"
|
"system"
}
[]
;
model
:
string
;
stream
:
true
;
system
?:
string
;
temperature
?:
number
;
}
Index
Properties
max_
tokens?
messages
model
stream
system?
temperature?
Properties
Optional
max_
tokens
max_tokens
?:
number
messages
messages
:
{
content
:
string
;
role
:
"user"
|
"assistant"
|
"system"
}
[]
model
model
:
string
stream
stream
:
true
Optional
system
system
?:
string
Optional
temperature
temperature
?:
number
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
max_
tokens
messages
model
stream
system
temperature
Timeline Studio API Documentation - v0.26.0
Loading...