From 495ac565b01416c6ca1fac437e6b728ab75d71f0 Mon Sep 17 00:00:00 2001 From: isExample Date: Tue, 27 May 2025 12:46:26 +0900 Subject: [PATCH] docs: correct parameter name typo and update description --- docs/docs/tools/describe.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/tools/describe.md b/docs/docs/tools/describe.md index 1114ffdc..143fd2d6 100644 --- a/docs/docs/tools/describe.md +++ b/docs/docs/tools/describe.md @@ -125,8 +125,8 @@ enable_pr_diagram = true If set to true, the tool will display a help text in the comment. Default is false. - add_diagram - If set to true, the tool will generate a Mermaid sequence diagram (in code block format) describing component interactions based on the code changes. Default is false. + enable_pr_diagram + If set to true, the tool will generate a horizontal Mermaid flowchart summarizing the main pull request changes. This field remains empty if not applicable. Default is false.