@cpod/sdk - v0.2.7
Preparing search index...
PromptVariable
Interface PromptVariable
Prompt variable definition
interface
PromptVariable
{
name
:
string
;
type
:
"string"
|
"number"
|
"boolean"
|
"object"
|
"array"
;
description
?:
string
;
required
:
boolean
;
default_value
?:
unknown
;
}
Index
Properties
name
type
description?
required
default_
value?
Properties
name
name
:
string
type
type
:
"string"
|
"number"
|
"boolean"
|
"object"
|
"array"
Optional
description
description
?:
string
required
required
:
boolean
Optional
default_
value
default_value
?:
unknown
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
type
description
required
default_
value
@cpod/sdk - v0.2.7
Loading...
Prompt variable definition