Hello! I have a question about using input schemas. I’ve created a tool that’s part of an AI Agent workflow:
And I’d like the agent to supply the document type and document data to the sub-workflow. Up to now, I’ve had success with specifying example JSON, but this time I want to use an enum to restrict the LLM so that it chooses the correct document type:
However, the execution is showing that there’s no input at all being sent into the Create Document node. Any ideas?
Information on your n8n setup
- n8n version: 1.61.0
- Database (default: SQLite): default, but also using MongoDB
- n8n EXECUTIONS_PROCESS setting (default: own, main): Default?
- Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
- Operating system: Windows 11 running Firefox