@cpod/sdk - v0.2.7
Preparing search index...
RuntimeExecutePromptRequest
Interface RuntimeExecutePromptRequest
interface
RuntimeExecutePromptRequest
{
promptId
?:
string
;
promptName
?:
string
;
variables
:
Record
<
string
,
unknown
>
;
expertId
?:
string
;
stream
?:
boolean
;
maxTokens
?:
number
;
temperature
?:
number
;
}
Index
Properties
prompt
Id?
prompt
Name?
variables
expert
Id?
stream?
max
Tokens?
temperature?
Properties
Optional
prompt
Id
promptId
?:
string
Optional
prompt
Name
promptName
?:
string
variables
variables
:
Record
<
string
,
unknown
>
Optional
expert
Id
expertId
?:
string
Optional
stream
stream
?:
boolean
Optional
max
Tokens
maxTokens
?:
number
Optional
temperature
temperature
?:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
prompt
Id
prompt
Name
variables
expert
Id
stream
max
Tokens
temperature
@cpod/sdk - v0.2.7
Loading...