For the complete documentation index, see llms.txt. This page is also available as Markdown.

Start and End

Start

The start node is the start point of a flow; the processing of each session starts here. There needs to be exactly one start node in each flow.

End

The end node terminates the session and completes the flow execution.

Last updated

Was this helpful?