mirror of
https://github.com/hwchase17/langchain
synced 2024-11-04 06:00:26 +00:00
[core] print ascii (#15179)
This commit is contained in:
parent
35896faab7
commit
33e024ad10
@ -135,3 +135,6 @@ class Graph:
|
||||
{node.id: node_data(node) for node in self.nodes.values()},
|
||||
[(edge.source, edge.target) for edge in self.edges],
|
||||
)
|
||||
|
||||
def print_ascii(self) -> None:
|
||||
print(self.draw_ascii())
|
||||
|
Loading…
Reference in New Issue
Block a user