mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-03 10:17:00 +02:00
16 lines
785 B
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."
|
|
}
|