mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
docs: clarify that PR diagram is enabled by default in describe tool
This commit is contained in:
parent
9115cb7d31
commit
2eb8019325
1 changed files with 3 additions and 2 deletions
|
|
@ -57,9 +57,10 @@ Everything below this marker is treated as previously auto-generated content and
|
|||
{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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue