n8n/packages/@n8n/instance-ai/evaluations/data/discovery/data-table-workflow-skill-loading.json

16 lines
785 B
JSON

{
"id": "data-table-workflow-skill-loading",
"userMessage": "Create me a workflow that implements an n8n form to capture responses into a data table. The form should be a decklist submission form for a MTG tournament, asking for player name and a deck list as text fields they'll fill.",
"expectedToolInvocations": {
"anyOf": ["plan", "spawn_sub_agent:planner"],
"allOfToolCalls": [
{
"toolName": "load_skill",
"argsContainAny": ["data-table-manager"]
}
],
"noneOf": ["delegate", "spawn_sub_agent:delegate"]
},
"rationale": "Regression coverage for workflow-build prompts that depend on Data Tables. The orchestrator should load the data-table-manager skill before planning so table schema and row-handling guidance can influence the planner and builder."
}