mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-11 18:35:18 +00:00
Merge pull request #2070 from YunosukeY/docs/fix-some-documentation-drifts
docs: Fix some documentation drifts
This commit is contained in:
commit
9ee7ba3919
2 changed files with 2 additions and 2 deletions
|
|
@ -118,7 +118,7 @@ This option is enabled by default via the `pr_description.enable_pr_diagram` par
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><b>final_update_message</b></td>
|
<td><b>final_update_message</b></td>
|
||||||
<td>If set to true, it will add a comment message [`PR Description updated to latest commit...`](https://github.com/Codium-ai/pr-agent/pull/499#issuecomment-1837412176) after finishing calling `/describe`. Default is false.</td>
|
<td>If set to true, it will add a comment message [`PR Description updated to latest commit...`](https://github.com/Codium-ai/pr-agent/pull/499#issuecomment-1837412176) after finishing calling `/describe`. Default is true.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><b>enable_semantic_files_types</b></td>
|
<td><b>enable_semantic_files_types</b></td>
|
||||||
|
|
|
||||||
|
|
@ -636,7 +636,7 @@ This configuration is recommended for:
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><b>enable_chat_text</b></td>
|
<td><b>enable_chat_text</b></td>
|
||||||
<td>If set to true, the tool will display a reference to the PR chat in the comment. Default is true.</td>
|
<td>If set to true, the tool will display a reference to the PR chat in the comment. Default is false.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><b>publish_output_no_suggestions</b></td>
|
<td><b>publish_output_no_suggestions</b></td>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue