Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
mrT23 committed Sep 8, 2024
1 parent a260909 commit 4b7d67b
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/docs/core-abilities/code_oriented_yaml.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
## YAML Prompting
## Overview
TBD
2 changes: 1 addition & 1 deletion docs/docs/core-abilities/compression_strategy.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

## PR Compression Strategy
## Overview - PR Compression Strategy
There are two scenarios:

1. The PR is small enough to fit in a single prompt (including system and user prompt)
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/core-abilities/dynamic_context.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
## Asymmetric and dynamic PR context
## Overview - Asymmetric and dynamic PR context
TBD
2 changes: 1 addition & 1 deletion docs/docs/core-abilities/impact_evaluation.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
## Impact evaluation 💎
## Overview - Impact evaluation 💎
TBD
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/docs/core-abilities/line_localization.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
## Line localization
## Overview - Line localization
TBD
6 changes: 5 additions & 1 deletion docs/docs/core-abilities/metadata.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Local and global metadata injection with multi-stage analysis
## Overview - Local and global metadata injection with multi-stage analysis
(1)
PR-Agent initially retrieves for each PR the following data:
- PR title and branch name
Expand Down Expand Up @@ -50,3 +50,7 @@ __old hunk__
(4) The entire PR files that were retrieved are used to expand and enhance the PR context (see [Dynamic Context](https://pr-agent-docs.codium.ai/core-abilities/dynamic-context/)).

(5) All the metadata described above represent several level of analysis - from hunk level, to file level, to PR level, and enables PR-Agent AI models to generate more accurate and relevant suggestions.


## Example result for prompt with metadata injection
TBD
2 changes: 1 addition & 1 deletion docs/docs/core-abilities/self_reflection.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
## Self-reflection and suggestion cleaning and re-ranking
## Overview - Self-reflection and suggestion cleaning and re-ranking
TBD
2 changes: 1 addition & 1 deletion docs/docs/core-abilities/static_code_analysis.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
## Static Code Analysis 💎
## Overview -Static Code Analysis 💎
TBD

0 comments on commit 4b7d67b

Please sign in to comment.