How to handle large input data for AI agent?

Hi I’ve an agent that take business detail and fill up a google doc template.

But in case, if I add multiple files i.e 4 I get an error for time out. How I can handle large files as input?

@jabbson please can you guide for this?

Hey @raowaqar I see you have added a couple of Loop Over Items nodes in your workflow. Currently they are not doing much you are using it wrong. Compare these two basic examples (please note these examples are not in any way related to your workflow provided above):

How you use it:

and this:

Do you see where it says “Replace me”, that’s a hint! This is where your iteration flow needs to go. In simple terms this is what will happen to each of the items given to the Loop Over Items node.

@jabbson Still I’m getting an error for time out for AI agent node… What are the possible options to follow?

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