mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-12 16:10:30 +02:00
23 lines
700 B
JSON
23 lines
700 B
JSON
{
|
|
"id": "M.1-proactive-cu-suggestion",
|
|
"category": "proposal",
|
|
"prompt": "I need to set up OAuth credentials for Salesforce in n8n but I don't know where to start. Can you help me get the client ID and secret?",
|
|
"budgets": { "maxToolCalls": 30, "maxDurationMs": 240000 },
|
|
"graders": [
|
|
{ "type": "trace.mustNotLoop", "maxRepeatedCall": 3 },
|
|
{
|
|
"type": "trace.budget",
|
|
"maxToolCalls": 30,
|
|
"maxToolResultTokensEst": 80000,
|
|
"maxSingleToolResultTokensEst": 30000
|
|
},
|
|
{
|
|
"type": "trace.finalTextMatches",
|
|
"anyOf": [
|
|
"browser|computer use|local browser|browser automation|navigate.*salesforce|salesforce.*developer"
|
|
]
|
|
}
|
|
],
|
|
"tags": ["meta", "proposal", "regression"]
|
|
}
|