25 lines
595 B
JSON
25 lines
595 B
JSON
{
|
|
"recommended_threshold": 0.33,
|
|
"should_trigger": [],
|
|
"should_not_trigger": [
|
|
{
|
|
"text": "Explain what a workflow is.",
|
|
"family": "explain_only"
|
|
},
|
|
{
|
|
"text": "Review this note and tell me what it means in plain English.",
|
|
"family": "explain_only"
|
|
}
|
|
],
|
|
"near_neighbor": [
|
|
{
|
|
"text": "Review this process note and explain it, no packaging needed.",
|
|
"family": "explain_not_package"
|
|
},
|
|
{
|
|
"text": "Explain this release checklist in simpler language; do not package it.",
|
|
"family": "explain_not_package"
|
|
}
|
|
]
|
|
}
|