mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-20 04:20:39 +08:00
protections
This commit is contained in:
@ -90,16 +90,19 @@ Code suggestions:
|
|||||||
Example output:
|
Example output:
|
||||||
```yaml
|
```yaml
|
||||||
Code suggestions:
|
Code suggestions:
|
||||||
- relevant file: |-
|
- relevant file: |-
|
||||||
src/file1.py
|
src/file1.py
|
||||||
suggestion content: |-
|
suggestion content: |-
|
||||||
Add a docstring to func1()
|
Add a docstring to func1()
|
||||||
existing code: |-
|
existing code: |-
|
||||||
def func1():
|
def func1():
|
||||||
relevant lines start: 12
|
relevant lines start: |-
|
||||||
relevant lines end: 12
|
12
|
||||||
|
relevant lines end: |-
|
||||||
|
12
|
||||||
improved code: |-
|
improved code: |-
|
||||||
...
|
...
|
||||||
|
...
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user