Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Feat/add new comment tags #246

Merged
merged 3 commits into from
Mar 11, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix sentence
  • Loading branch information
alexcoderabbitai committed Mar 11, 2025
commit 21a11af863da02c9ac73c2b2ee6ae07c6d2defb4
2 changes: 1 addition & 1 deletion docs/guides/custom-reports.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Contained within the `<pr_details>` tag.
#### Summarized PR Details

- `<pr_description>`: string - Contains the body of your pull request (aka the PR description at the top of the PR page).
- `<file_changes_summary>`: string - Contains a file by file summary of the changes made in the PR in markdown format. This summary is generated by CodeRabbit AI durring the PR review process. This includes several sections:
- `<file_changes_summary>`: string - Contains a file by file summary of the changes made in the PR in markdown format. This summary is generated by CodeRabbit AI durring the PR review process. This includes several sections for each file that was changed:
- `filename`: string - The name of the file that was changed.
- `AI-generated summary of changes`: markdown - An overall summary of the changes made in the file.
- `Alterations to the declarations of exported or public entities`: markdown - A more specific breakdown of the changes made to the file such as exactly what was added, removed, or modified.
Expand Down
Loading