mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-02 11:50:37 +08:00
docs:rename parameter ('add_diagram' -> 'enable_pr_diagram')
This commit is contained in:
@ -57,7 +57,7 @@ Everything below this marker is treated as previously auto-generated content and
|
||||
{width=512}
|
||||
|
||||
### Sequence Diagram Support
|
||||
When the `add_diagram` option is enabled in your configuration, the `/describe` tool will include a `Mermaid` sequence diagram in the PR description.
|
||||
When the `enable_pr_diagram` option is enabled in your configuration, the `/describe` tool will include a `Mermaid` sequence diagram in the PR description.
|
||||
|
||||
This diagram represents interactions between components/functions based on the diff content.
|
||||
|
||||
@ -68,7 +68,7 @@ In your configuration:
|
||||
```
|
||||
toml
|
||||
[pr_description]
|
||||
add_diagram = true
|
||||
enable_pr_diagram = true
|
||||
```
|
||||
|
||||
## Configuration options
|
||||
|
Reference in New Issue
Block a user