Skip to content

Commit

Permalink
fix: update prompt key from suggestion_content to `suggestion_summa…
Browse files Browse the repository at this point in the history
…ry` in code suggestions
  • Loading branch information
mrT23 committed Jun 23, 2024
1 parent 3f3e990 commit 666fcb6
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 666fcb6

Please sign in to comment.