mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-15 04:15:18 +00:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
a4db59fadc
1 changed files with 2 additions and 1 deletions
|
|
@ -59,12 +59,13 @@ class PRCodeSuggestionsFeedback(BaseModel):
|
||||||
Example output:
|
Example output:
|
||||||
```yaml
|
```yaml
|
||||||
code_suggestions:
|
code_suggestions:
|
||||||
- suggestion_content: |
|
- suggestion_summary: |
|
||||||
Use a more descriptive variable name here
|
Use a more descriptive variable name here
|
||||||
relevant_file: "src/file1.py"
|
relevant_file: "src/file1.py"
|
||||||
suggestion_score: 6
|
suggestion_score: 6
|
||||||
why: |
|
why: |
|
||||||
The variable name 't' is not descriptive enough
|
The variable name 't' is not descriptive enough
|
||||||
|
- ...
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue