mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-13 03:15:17 +00:00
Clarify comments for patch_extra_lines_before and patch_extra_lines_after in configuration.toml
This commit is contained in:
parent
7438190ed1
commit
983233c193
1 changed files with 2 additions and 2 deletions
|
|
@ -20,8 +20,8 @@ max_commits_tokens = 500
|
|||
max_model_tokens = 32000 # Limits the maximum number of tokens that can be used by any model, regardless of the model's default capabilities.
|
||||
custom_model_max_tokens=-1 # for models not in the default list
|
||||
#
|
||||
patch_extra_lines_before = 4
|
||||
patch_extra_lines_after = 2
|
||||
patch_extra_lines_before = 4 # Number of extra lines (+3 default ones) to include before each hunk in the patch
|
||||
patch_extra_lines_after = 2 # Number of extra lines (+3 default ones) to include after each hunk in the patch
|
||||
secret_provider=""
|
||||
cli_mode=false
|
||||
ai_disclaimer_title="" # Pro feature, title for a collapsible disclaimer to AI outputs
|
||||
|
|
|
|||
Loading…
Reference in a new issue