iiRecord
Agentic AI Atlas · Multiple Choice
breakpoint-strategy:multiple-choicea5c.ai
II.
BreakpointStrategy JSON

breakpoint-strategy:multiple-choice

Structured · live

Multiple Choice json

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

File · lifecycle/decision-schema/canonical-decision-schema.yamlCluster · lifecycle
Record JSON
{
  "id": "breakpoint-strategy:multiple-choice",
  "_kind": "BreakpointStrategy",
  "_file": "lifecycle/decision-schema/canonical-decision-schema.yaml",
  "_cluster": "lifecycle",
  "attributes": {
    "displayName": "Multiple Choice",
    "strategyKind": "multiple-choice",
    "description": "The decision presents the responder with a fixed set of choices\n(typically 2-5). Each choice can carry an attached payload that the\nagent will use after resolution.\n",
    "defaultTimeoutSec": 3600
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "human-checkpoint:dangerous-tool-approval",
      "to": "breakpoint-strategy:multiple-choice",
      "kind": "has_strategy",
      "attributes": {}
    }
  ]
}