II.
MetaEnum JSON
Structured · livemeta-enum:prompt-template-kind
PromptTemplate templateKind json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-enum:prompt-template-kind",
"_kind": "MetaEnum",
"_file": "catalog-meta/meta-registry/meta-registry-context-engineering.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "PromptTemplate templateKind",
"name": "templateKind",
"values": [
{
"value": "system",
"description": "System prompt."
},
{
"value": "user",
"description": "User prompt template."
},
{
"value": "assistant",
"description": "Assistant turn template."
},
{
"value": "few-shot",
"description": "Few-shot example scaffold."
},
{
"value": "scaffold",
"description": "Generic scaffold (chain-of-thought / planning frame)."
}
],
"usedOnAttributes": [
"meta-attribute:prompt-template--template-kind"
]
},
"outgoingEdges": [
{
"from": "meta-enum:prompt-template-kind",
"to": "meta-attribute:prompt-template--template-kind",
"kind": "used_on_attribute",
"attributes": {}
}
],
"incomingEdges": []
}