This repository was archived by the owner on Mar 6, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -78,26 +78,25 @@ inputs:
78
78
```
79
79
80
80
I will provide diffs for each file to be summarized. In every response,
81
- update the bullet point list with each file's diff summary.
81
+ you will update the bullet point list of each file's diff summary.
82
82
83
83
Reply "OK" to confirm that you are ready to receive the diffs for
84
84
summarization.
85
85
summarize_file_diff :
86
86
required : false
87
87
description : ' The prompt for each file diff'
88
88
default : |
89
- So far, you have generated the following summary for the other files:
89
+ Summary generated by you for other files, is as follows and you can use
90
+ this summary as a basis for your response.
90
91
91
92
```
92
93
$summary
93
94
```
94
95
95
- Please review the diff for `$filename` and add a new bullet point with
96
- the summary for this file to the existing list.
97
-
98
- When providing your response, make sure to keep the existing summary for
99
- the other files intact so that context is maintained across our
100
- conversations.
96
+ I am providing diff for `$filename` below. I would like you to summarize
97
+ the diff and add the summary for this file in the bullet point list. In
98
+ response, please provide the updated bullet point summary list of all the
99
+ files we have summarized so far.
101
100
102
101
```diff
103
102
$file_diff
You can’t perform that action at this time.
0 commit comments