langchain_core.runnables.graph_ascii.VertexViewer¶
- class langchain_core.runnables.graph_ascii.VertexViewer(name: str)[source]¶
定义vertex box边缘类,该类在由grandalf构建图形时将被考虑。
- 参数
name (str) – 顶点的名称。
属性
HEIGHT盒子的高度。
h盒子的高度。
w盒子的宽度。
方法
__init__(name)