iiRecord
Agentic AI Atlas · PromptTemplate templateKind
meta-enum:prompt-template-kinda5c.ai
II.
MetaEnum JSON

meta-enum:prompt-template-kind

Structured · live

PromptTemplate templateKind json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · catalog-meta/meta-registry/meta-registry-context-engineering.yamlCluster · catalog-meta
Record JSON
{
  "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": []
}