set_conditional_entry_point(
self,
path: Callable[..., Hashable | Sequence[Hashable]] | Callable[.Sets a conditional entry point in the graph.
The callable that determines the next node or nodes.
If not specifying path_map it should return one or more nodes.
If it returns END, the graph will stop execution.
Optional mapping of paths to node names.
If omitted the paths returned by path should be node names.