Merge pull request #1233 from Codium-ai/tr/dynamic

collapsible
This commit is contained in:
Tal
2024-09-15 13:45:39 +03:00
committed by GitHub

View File

@ -167,9 +167,9 @@ Using a combination of both can help the AI model to provide relevant and tailor
## Configuration options ## Configuration options
!!! example "General options" ??? example "General options"
<table> <table>
<tr> <tr>
<td><b>num_code_suggestions</b></td> <td><b>num_code_suggestions</b></td>
<td>Number of code suggestions provided by the 'improve' tool. Default is 4 for CLI, 0 for auto tools.</td> <td>Number of code suggestions provided by the 'improve' tool. Default is 4 for CLI, 0 for auto tools.</td>
@ -210,11 +210,11 @@ Using a combination of both can help the AI model to provide relevant and tailor
<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 true.</td>
</tr> </tr>
</table> </table>
!!! example "params for 'extended' mode" ??? example "params for 'extended' mode"
<table> <table>
<tr> <tr>
<td><b>auto_extended_mode</b></td> <td><b>auto_extended_mode</b></td>
<td>Enable extended mode automatically (no need for the --extended option). Default is true.</td> <td>Enable extended mode automatically (no need for the --extended option). Default is true.</td>
@ -235,7 +235,7 @@ Using a combination of both can help the AI model to provide relevant and tailor
<td><b>final_clip_factor</b></td> <td><b>final_clip_factor</b></td>
<td>Factor to remove suggestions with low confidence. Default is 0.9.</td> <td>Factor to remove suggestions with low confidence. Default is 0.9.</td>
</tr> </tr>
</table> </table>
## A note on code suggestions quality ## A note on code suggestions quality