visualize
Generate a visual diagram of your reasoning chain to share or orient in lengthy discussions. Choose Mermaid for rendering in markdown or ASCII for inline display.
Instructions
Generate a visual diagram of the thinking chain showing thoughts, branches, branch points, and revisions. Read-only. Returns a single text block ready to display. Mermaid format produces a graph for rendering in GitHub, Obsidian, or markdown documentation. ASCII format produces a plain-text tree for terminal or inline display in conversation. Default format is mermaid. Use to share the reasoning structure or to orient in a long chain. Set showContent=true to include thought preview text in nodes (default false for compactness).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format (default: mermaid) | |
| showContent | No | Include thought content preview (default: false) |