mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-19 12:00:37 +08:00
fix(docs): fix table row structure in describe tool documentation
This commit is contained in:
@ -124,9 +124,10 @@ This option is enabled by default via the `pr_description.enable_pr_diagram` par
|
|||||||
<td><b>enable_semantic_files_types</b></td>
|
<td><b>enable_semantic_files_types</b></td>
|
||||||
<td>If set to true, "Changes walkthrough" section will be generated. Default is true.</td>
|
<td>If set to true, "Changes walkthrough" section will be generated. Default is true.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><b>file_table_collapsible_open_by_default</b></td>
|
<td><b>file_table_collapsible_open_by_default</b></td>
|
||||||
<td>If set to true, the file list in the "Changes walkthrough" section will be open by default. If set to false, it will be closed by default. Default is false.</td>
|
<td>If set to true, the file list in the "Changes walkthrough" section will be open by default. If set to false, it will be closed by default. Default is false.</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><b>collapsible_file_list</b></td>
|
<td><b>collapsible_file_list</b></td>
|
||||||
<td>If set to true, the file list in the "Changes walkthrough" section will be collapsible. If set to "adaptive", the file list will be collapsible only if there are more than 8 files. Default is "adaptive".</td>
|
<td>If set to true, the file list in the "Changes walkthrough" section will be collapsible. If set to "adaptive", the file list will be collapsible only if there are more than 8 files. Default is "adaptive".</td>
|
||||||
|
Reference in New Issue
Block a user