13 lines
641 B
Plaintext
13 lines
641 B
Plaintext
{
|
|
"enabled": true,
|
|
"name": "Response Limiter",
|
|
"description": "On each prompt submission, enforce the concise response style: max 3 options, best option first, strip verbose explanations, and only offer a \"Need details?\" prompt when critical.",
|
|
"version": "1",
|
|
"when": {
|
|
"type": "promptSubmit"
|
|
},
|
|
"then": {
|
|
"type": "askAgent",
|
|
"prompt": "When answering, enforce the concise response style: present a maximum of 3 options, list the best-practice recommendation first, strip verbose explanations, and only add a brief \"Need details?\" prompt if the omitted detail is critical. Prioritize actionable answers."
|
|
}
|
|
} |