Hello everyone,
I’m trying to set up an AI agent, which should dynamically construct a JSON in a specific schema and then parse it to the “Search Database” tool which does an HTTP Request. The configuration for the Body is:
This is the high-level structure of the workflow.
Information on your n8n setup
- n8n version: latest cloud version as the admin upgraded yesterday
- Running n8n via: n8n cloud
Has anyone done this before? This is needed because if I don’t use a dynamic JSON in the Body to filter out results, the information that is drawn from the table is too big for the model to process and I hit token limits.
Thanks,