generate_mermaid_graph
Generate a Mermaid diagram of the code's call graph. Highlight selected functions and optimize the graph for LLM processing.
Instructions
Generate a Mermaid diagram for the call graph.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fqns | No | List of fully qualified names to highlight in the graph | |
| llm_optimized | Yes | Whether to optimize the graph for LLM consumption |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| graph | Yes | ||
| analysis_status | No |