
Loop Edges
Runchat supports passing data upstream to define recursive tools and processes. This enables applications like generate-critique workflows, iterating over paginated APIs, website crawling and task orchestration. You can create a loop by connecting an output parameter of a node to an input parameter of an upstream node.Update Heuristics

Note that Runchat loops over each input to a parameter and runs calculations in parallel.
Using loop edges is usually only necessary when you require a recursive data flow.
For Loops
A for-loop is a loop that runs for a specific number of times. You can modify the number of times the loop runs for by creating a loop then clicking the blue loop tag in the center of the loop edge. The maximum times a loop can run is 100.While Loops

true
the loop will run. When the parameter evaluates to false
the loop will stop.
The maximum runs for a while-loop is still 100.
Referencing outputs with loop edges
