mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-02-14 16:55:13 -05:00
fix: correct docstring - pin validation is handled elsewhere
This commit is contained in:
@@ -875,7 +875,8 @@ class GraphModel(Graph, GraphMeta):
|
||||
This removes links that:
|
||||
- Reference non-existent source or sink nodes
|
||||
- Reference invalid block IDs
|
||||
- Reference invalid pin names
|
||||
|
||||
Note: Pin name validation is handled separately in _validate_graph_structure.
|
||||
|
||||
Returns the number of links pruned.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user