Create a transition tool
Attach via JSON
Use a function withtype: "transition" and set transition_to to the destination node.
Attach via UI
- Open your scenario and go to the target node.
- Click Add function.
- Select the
Transition Tooltab in the pop up modal - Create a transition function with a clear name and description.
- Drag the probe on the right side of the function to the node you wish to transition to
Shown at 1.5x speed.
Make any tool a transition tool
Any tool can also be configured to transition after it is called, including HTTP endpoints, RAG tools, and vision tools. To do this in JSON, settransition_to on that tool function object.


