🧭Router

🧭 The Router block lets the model choose the most suitable path from several options instead of following an explicit rule.

What it does

Describe several paths and let the model decide which one fits the input—for example, route a customer message to Sales, Support, or Billing. Only the selected path runs.

Difference from a Condition

  • Condition: You define an explicit rule.
  • Router: The model infers the path from meaning.