Ask a question to get started
Enter to send•Shift+Enter new line
Specifies the first node to be called in the graph.
Equivalent to calling add_edge(START, key).
add_edge(START, key)
set_entry_point( self, key: str, ) -> Self
key
str
The key of the node to set as the entry point.