@cpod/sdk - v0.2.7
Preparing search index...
PromptTemplate
Interface PromptTemplate
Prompt template
interface
PromptTemplate
{
id
:
string
;
name
:
string
;
description
?:
string
;
template
:
string
;
variables
:
PromptVariable
[]
;
category
?:
string
;
is_global
:
boolean
;
created_by
?:
string
;
created_at
:
string
;
updated_at
:
string
;
}
Index
Properties
id
name
description?
template
variables
category?
is_
global
created_
by?
created_
at
updated_
at
Properties
id
id
:
string
name
name
:
string
Optional
description
description
?:
string
template
template
:
string
variables
variables
:
PromptVariable
[]
Optional
category
category
?:
string
is_
global
is_global
:
boolean
Optional
created_
by
created_by
?:
string
created_
at
created_at
:
string
updated_
at
updated_at
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
name
description
template
variables
category
is_
global
created_
by
created_
at
updated_
at
@cpod/sdk - v0.2.7
Loading...
Prompt template