💡 Note: Use parallel routing when your application needs to gather information from multiple sub-agents in one go (e.g., performing sentiment analysis and topic extraction in the same pass).
💡 Note: This is especially useful for multi-step workflows (surveys, booking flows, troubleshooting guides) where the correct handler may depend on prior user responses.
💡 Note: The current limit is 100 iterations per agent execution.
💡 Tip: When using a Prompt component to generate the input array, instruct the AI to always respond with structured data in JSON format. For example: “Every response must be a valid JSON array of objects. Never include explanatory text, markdown formatting, or any content outside the JSON structure.”