Ask a question to get started
Enter to send•Shift+Enter new line
Marks a node as a finish point of the graph.
If the graph reaches this node, it will cease execution.
set_finish_point( self, key: str, ) -> Self
key
str
The key of the node to set as the finish point.