highlight options

This commit is contained in:
Hussam.lawen
2024-01-23 18:13:08 +02:00
parent 139bbfc67a
commit 60c0371854

View File

@ -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"