II.
MetaAttribute JSON
Structured · livemeta-attribute:prompt-template--template-kind
PromptTemplate.templateKind json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-attribute:prompt-template--template-kind",
"_kind": "MetaAttribute",
"_file": "catalog-meta/meta-registry/meta-registry-context-engineering.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "PromptTemplate.templateKind",
"name": "templateKind",
"parentNodeKindId": "meta-node-kind:prompt-template",
"type": "enum<system,user,assistant,few-shot,scaffold>",
"required": false,
"description": "discriminator for the template role."
},
"outgoingEdges": [
{
"from": "meta-attribute:prompt-template--template-kind",
"to": "meta-node-kind:prompt-template",
"kind": "defined_on",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "meta-node-kind:prompt-template",
"to": "meta-attribute:prompt-template--template-kind",
"kind": "contains_meta_attribute",
"attributes": {}
},
{
"from": "meta-enum:prompt-template-kind",
"to": "meta-attribute:prompt-template--template-kind",
"kind": "used_on_attribute",
"attributes": {}
}
]
}