iiRecord
Agentic AI Atlas · PromptTemplate.variables
meta-attribute:prompt-template--variablesa5c.ai
II.
MetaAttribute JSON

meta-attribute:prompt-template--variables

Structured · live

PromptTemplate.variables 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-attribute:prompt-template--variables",
  "_kind": "MetaAttribute",
  "_file": "catalog-meta/meta-registry/meta-registry-context-engineering.yaml",
  "_cluster": "catalog-meta",
  "attributes": {
    "displayName": "PromptTemplate.variables",
    "name": "variables",
    "parentNodeKindId": "meta-node-kind:prompt-template",
    "type": "list<string>",
    "required": false,
    "description": "declared template variables."
  },
  "outgoingEdges": [
    {
      "from": "meta-attribute:prompt-template--variables",
      "to": "meta-node-kind:prompt-template",
      "kind": "defined_on",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "meta-node-kind:prompt-template",
      "to": "meta-attribute:prompt-template--variables",
      "kind": "contains_meta_attribute",
      "attributes": {}
    }
  ]
}