Routing Patterns
Simple Routing
- greeting:
type: say
message: Welcome!
next: main_agentConditional Routing
- check_result:
type: agent
preset: processor
system: Check if the balance is positive or negative.
goals:
positive:
description: Balance is positive
next: good_standing
negative:
description: Balance is negative
next: payment_needed
unknown:
description: Unable to determine
next: manual_review Chained Say Nodes
Routing Through Say Nodes
Last updated
Was this helpful?