Preparing search index...
The search index is not available
Tidyscripts Docs
Tidyscripts Docs
node
apis
llm_service
LLMStreamRequest
Interface LLMStreamRequest
interface
LLMStreamRequest
{
apiKey
?:
string
;
input
:
Message
[]
;
max_tokens
?:
number
;
model
:
string
;
stop
?:
string
[]
;
temperature
?:
number
;
text_format
?:
{
name
:
string
;
schema
:
Record
<
string
,
any
>
;
strict
:
boolean
;
type
:
"json_schema"
;
}
;
}
Index
Properties
api
Key?
input
max_
tokens?
model
stop?
temperature?
text_
format?
Properties
Optional
api
Key
api
Key
?:
string
input
input
:
Message
[]
Optional
max_
tokens
max_
tokens
?:
number
model
model
:
string
Optional
stop
stop
?:
string
[]
Optional
temperature
temperature
?:
number
Optional
text_
format
text_
format
?:
{
name
:
string
;
schema
:
Record
<
string
,
any
>
;
strict
:
boolean
;
type
:
"json_schema"
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
api
Key
input
max_
tokens
model
stop
temperature
text_
format
Tidyscripts Docs
Loading...