mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-05 21:30:40 +08:00
highlight options
This commit is contained in:
@ -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).
|
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:
|
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.
|
- `'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.
|
- `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.
|
- `false` (default): File changes walkthrough will be added only to the "Conversation" tab.
|
||||||
"""
|
"""
|
||||||
# extra instructions
|
# extra instructions
|
||||||
output += "<tr><td><details> <summary><strong> Utilizing extra instructions</strong></summary><hr>\n\n"
|
output += "<tr><td><details> <summary><strong> Utilizing extra instructions</strong></summary><hr>\n\n"
|
||||||
|
Reference in New Issue
Block a user