MermaidDrawMethod#
- class langchain_core.runnables.graph.MermaidDrawMethod(value)[source]#
Enum for different draw methods supported by Mermaid.
- PYPPETEER = 'pyppeteer'#
Uses Pyppeteer to render the graph
- API = 'api'#
Uses Mermaid.INK API to render the graph