Currently, my /runSavedSearch node produces an extensive and complex JSON response that exceeds the processing limits of the AI Agent and when agent give this output to Anthropic Chat it is exceeding its limit.
Is there a way that the huge JSON response I get can be simplified so that Chat can process it?
One way to approach this would be to use a sub-workflow, that way you can use a “Edit fields” node to remove all the unnecesary JSON and return only the data you’re interested in.