Sending Data from n8n to AI

In n8n, I am sending data from my Google Drive to an AI, it seems to be working, but where the issue is, it is only giving me the response for just one image. I have attached the images. I have attached the images. In the second image, which displays the output, all the responses are for the first image, instead of giving me response for each image


It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hello again @Michael_Adekoya. I checked and this seems to be a bug in the Tools Agent Node. The agent passes the first image twice to the model. You can still achieve it with the HTTP node as a workaround.

Another option would be to add a loop before. But I think this makes it quite messy.

1 Like

Thanks. It worked

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.