mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-06-23 21:00:30 +08:00
docs: fixed basegraph docstring
This commit is contained in:
parent
c11fc28896
commit
29427c2334
@ -80,8 +80,7 @@ class BaseGraph:
|
||||
initial_state (dict): The initial state to pass to the entry point node.
|
||||
|
||||
Returns:
|
||||
Tuple[dict, list]: A tuple containing the final state of the execution and a list
|
||||
of execution information for each node.
|
||||
Tuple[dict, list]: A tuple containing the final state and a list of execution info.
|
||||
"""
|
||||
|
||||
current_node_name = self.nodes[0]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user