Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
mrT23 committed Jun 23, 2024
2 parents 2990aac + afe037e commit a4db59f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pr_agent/settings/pr_code_suggestions_reflect_prompts.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,13 @@ class PRCodeSuggestionsFeedback(BaseModel):
Example output:
```yaml
code_suggestions:
- suggestion_content: |
- suggestion_summary: |
Use a more descriptive variable name here
relevant_file: "src/file1.py"
suggestion_score: 6
why: |
The variable name 't' is not descriptive enough
- ...
```
Expand Down

0 comments on commit a4db59f

Please sign in to comment.