diff --git a/docs/docs/tools/describe.md b/docs/docs/tools/describe.md index d8d074a6..72613a3d 100644 --- a/docs/docs/tools/describe.md +++ b/docs/docs/tools/describe.md @@ -57,9 +57,10 @@ Everything below this marker is treated as previously auto-generated content and ![Describe comment](https://codium.ai/images/pr_agent/pr_description_user_description.png){width=512} ### Sequence Diagram Support -When the `enable_pr_diagram` option is enabled in your configuration, the `/describe` tool will include a `Mermaid` sequence diagram in the PR description. +The `/describe` tool includes a Mermaid sequence diagram in PR descriptions showing component/function interactions. + +This option is enabled by default via the `pr_description.enable_pr_diagram` param. -This diagram represents interactions between components/functions based on the PR content. [//]: # (### How to enable\disable)