@cpod/sdk - v0.2.7
Preparing search index...
CreatePromptRequest
Interface CreatePromptRequest
Create prompt request
interface
CreatePromptRequest
{
name
:
string
;
description
?:
string
;
template
:
string
;
variables
?:
PromptVariable
[]
;
category
?:
string
;
}
Index
Properties
name
description?
template
variables?
category?
Properties
name
name
:
string
Optional
description
description
?:
string
template
template
:
string
Optional
variables
variables
?:
PromptVariable
[]
Optional
category
category
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
description
template
variables
category
@cpod/sdk - v0.2.7
Loading...
Create prompt request