{
"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": {}
}
]
}