Files
yao-meta-skill/examples/governed-incident-command/optimization/blind_holdout/trigger_cases.json
T

34 lines
1.0 KiB
JSON

{
"recommended_threshold": 0.48,
"should_trigger": [
{
"text": "Turn these alert logs and responder notes into a governed incident packet with severity rationale and owner actions.",
"family": "blind_packet_assembly"
},
{
"text": "Standardize this outage review, run severity assessment, and assemble incident communication into a reusable incident workflow.",
"family": "blind_governed_workflow"
}
],
"should_not_trigger": [
{
"text": "Explain how severity levels are decided during incidents.",
"family": "blind_explain_only"
},
{
"text": "Write a single incident update for customers from these notes.",
"family": "blind_one_off_update"
}
],
"near_neighbor": [
{
"text": "Summarize the outage timeline, but do not package a governed workflow.",
"family": "blind_summary_only"
},
{
"text": "Brainstorm how incident handling could improve next quarter without building the packet.",
"family": "blind_brainstorm_only"
}
]
}