iiRecord
Agentic AI Atlas · Thinking toggle
interaction-primitive:thinking-togglea5c.ai
II.
InteractionPrimitive JSON

interaction-primitive:thinking-toggle

Structured · live

Thinking toggle json

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

File · agent-stack/interaction-primitives/ui-modes.yamlCluster · agent-stack
Record JSON
{
  "id": "interaction-primitive:thinking-toggle",
  "_kind": "InteractionPrimitive",
  "_file": "agent-stack/interaction-primitives/ui-modes.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "Thinking toggle",
    "description": "UI affordance to toggle extended thinking on/off and adjust\nthinking budget level.\n",
    "surface": "prompt-ui",
    "availableInModes": [
      "chat",
      "plan",
      "composer"
    ],
    "requiresPermission": false
  },
  "outgoingEdges": [
    {
      "from": "interaction-primitive:thinking-toggle",
      "to": "layer:10-interaction",
      "kind": "realizes",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-ui-impl:claude-code.ui@current",
      "to": "interaction-primitive:thinking-toggle",
      "kind": "supports_interaction_primitive",
      "attributes": {
        "attributes": {
          "mechanism": "keybinding"
        }
      }
    },
    {
      "from": "agent-ui-impl:gemini-cli.ui@current",
      "to": "interaction-primitive:thinking-toggle",
      "kind": "supports_interaction_primitive",
      "attributes": {
        "attributes": {
          "mechanism": "keybinding"
        }
      }
    }
  ]
}