How do I merge parallel agent outputs into one final response using an LLM?
Summary:
I used a Run in Parallel node to execute multiple agents at the same time. After that, I received the outputs in a structured format. How can I pass this output to the LLM to review it, merge the responses from different agents, and generate a clear consolidated response for the user?
OR
Is there a way to get a single consolidated response directly after running multiple agents in parallel?
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
0