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