VertexViewer#
- class langchain_core.runnables.graph_ascii.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
HEIGHTHeight of the box.
hHeight of the box.
wWidth of the box.
Methods
__init__(name)