Nodes are the building blocks of your conversation flow. They are the steps that the agent will take to respond to the user. Every node has a type, and achieves specific logic / action / conversation purposes.A node will have edges with transition conditions, that’s what will be used to determine when and which node to transition to. By breaking complicated workflow into individual nodes where you can finetune performance, conversation flow gives you the utmost control.
Click from the left sidebar to select the node type you want to add. Click on it, and it will be added to the canvas.
2
Configure the node
Configure the node by clicking on the node, check the setting on the right, and fill in node instructions inside the node. Check out respective node guide for more details.
3
Add transition conditions as needed
Add edges by clicking on bottom part of the node, and add your transition conditions. Check out next step for more details on how to add transition conditions.
4
Connect node
Click and hold the circle to start a line that connects the node to other node, and other node to this node.
a good signal is that when that the node is doing some logic handling, and it’s not performing well (the LLM hullucinates), then you can try break that node into multiple nodes.
How to zoom in and out the canvas?
Depending on whether you are using mouse or touchpad, you can use the scroll wheel or pinch to zoom.