langchain_core.runnables.graph_draw
.VertexViewer¶
- class langchain_core.runnables.graph_draw.VertexViewer(name: str)[source]¶
Class to define vertex box boundaries that will be accounted for during graph building by grandalf.
- Parameters
name (str) – name of the vertex.
Attributes
HEIGHT
h
Height of the box.
w
Width of the box.
Methods
__init__
(name)