mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 10:55:17 +00:00
docs: correct parameter name typo and update description
This commit is contained in:
parent
82c88a1cf7
commit
495ac565b0
1 changed files with 2 additions and 2 deletions
|
|
@ -125,8 +125,8 @@ enable_pr_diagram = true
|
||||||
<td>If set to true, the tool will display a help text in the comment. Default is false.</td>
|
<td>If set to true, the tool will display a help text in the comment. Default is false.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><b>add_diagram</b></td>
|
<td><b>enable_pr_diagram</b></td>
|
||||||
<td>If set to true, the tool will generate a <code>Mermaid</code> sequence diagram (in code block format) describing component interactions based on the code changes. Default is false.</td>
|
<td>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.</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue