mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-12 16:10:30 +02:00
13 lines
444 B
JSON
13 lines
444 B
JSON
{
|
|
"id": "M.2-no-cu-when-unnecessary",
|
|
"category": "meta",
|
|
"prompt": "Build me a workflow that sends a Slack message every morning at 9am.",
|
|
"budgets": { "maxToolCalls": 30, "maxDurationMs": 300000 },
|
|
"graders": [
|
|
{ "type": "trace.mustNotCallMcpServer", "server": "computer-use" },
|
|
{ "type": "trace.budget", "maxToolCalls": 30 },
|
|
{ "type": "trace.mustNotLoop", "maxRepeatedCall": 3 }
|
|
],
|
|
"tags": ["meta", "proposal", "regression"]
|
|
}
|