@cpod/sdk - v0.2.7
Preparing search index...
ExecutePromptRequest
Interface ExecutePromptRequest
Execute prompt request
interface
ExecutePromptRequest
{
prompt_id
?:
string
;
prompt_name
?:
string
;
variables
:
Record
<
string
,
unknown
>
;
expert_id
?:
string
;
stream
?:
boolean
;
}
Index
Properties
prompt_
id?
prompt_
name?
variables
expert_
id?
stream?
Properties
Optional
prompt_
id
prompt_id
?:
string
Optional
prompt_
name
prompt_name
?:
string
variables
variables
:
Record
<
string
,
unknown
>
Optional
expert_
id
expert_id
?:
string
Optional
stream
stream
?:
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
prompt_
id
prompt_
name
variables
expert_
id
stream
@cpod/sdk - v0.2.7
Loading...
Execute prompt request