mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-13 03:15:17 +00:00
highlight options
This commit is contained in:
parent
139bbfc67a
commit
60c0371854
1 changed files with 3 additions and 3 deletions
|
|
@ -182,9 +182,9 @@ For enhanced user experience, the `describe` tool can add file summaries directl
|
|||
This will enable you to quickly understand the changes in each file, while reviewing the code changes (diffs).
|
||||
|
||||
To enable inline file summary, set `pr_description.inline_file_summary` in the configuration file, possible values are:
|
||||
- 'table': File changes walkthrough table will be displayed on the top of the "Files changed" tab, in addition to the "Conversation" tab.
|
||||
- true: A collapsable file comment with changes title and a changes summary for each file in the PR.
|
||||
- false: File changes walkthrough will be added only to the "Conversation" tab.
|
||||
- `'table'`: File changes walkthrough table will be displayed on the top of the "Files changed" tab, in addition to the "Conversation" tab.
|
||||
- `true`: A collapsable file comment with changes title and a changes summary for each file in the PR.
|
||||
- `false` (default): File changes walkthrough will be added only to the "Conversation" tab.
|
||||
"""
|
||||
# extra instructions
|
||||
output += "<tr><td><details> <summary><strong> Utilizing extra instructions</strong></summary><hr>\n\n"
|
||||
|
|
|
|||
Loading…
Reference in a new issue