@cpod/sdk - v0.2.7
Preparing search index...
UpdatePromptRequest
Interface UpdatePromptRequest
Update prompt request
interface
UpdatePromptRequest
{
name
?:
string
;
description
?:
string
;
template
?:
string
;
variables
?:
PromptVariable
[]
;
category
?:
string
;
}
Index
Properties
name?
description?
template?
variables?
category?
Properties
Optional
name
name
?:
string
Optional
description
description
?:
string
Optional
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...
Update prompt request