2023-05-02 19:40:54 -04:00
File:
2023-05-08 20:14:19 -04:00
- name: {{ .File.Path }}:
2023-05-02 19:40:54 -04:00
contents:
```
2023-05-08 20:14:19 -04:00
{{ .File.Contents }}
2023-05-02 19:40:54 -04:00
```
Diff:
2023-05-15 19:23:36 -04:00
```
2023-05-02 19:40:54 -04:00
{{ .Diff }}
2023-05-15 19:23:36 -04:00
```
2023-05-02 19:40:54 -04:00
Comment:
2023-05-08 20:14:19 -04:00
{{ .Contents }}
2023-05-02 19:40:54 -04:00
The above is information about a comment left on a file. The diff contains information about the precise location of the comment.
First, determine if the comment is a question or a request for changes.
2023-05-15 19:23:36 -04:00
If the comment is a question, come up with an answer, and respond exactly as outlined directly below "Response Template A", starting with "Q".
If the comment is a request, modify the file provided at the beginning of the message, and respond exactly as outlined directly below "Response Template B", starting with "R".
2023-05-02 19:40:54 -04:00
Response Template A:
Q
[your answer]
Response Template B:
R
Files:
2023-05-08 20:14:19 -04:00
ppname: {{ .File.Path }}
ppcontents:
[new {{ .File.Path }} contents]
2023-05-02 19:40:54 -04:00
2023-05-04 20:01:46 -04:00
ppresponse:
2023-05-02 19:40:54 -04:00
[additional context about your changes]