Skip to content
This repository was archived by the owner on Mar 6, 2024. It is now read-only.

Commit 5314051

Browse files
committed
update prompt
1 parent 7283fb5 commit 5314051

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

action.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -78,26 +78,25 @@ inputs:
7878
```
7979
8080
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.
8282
8383
Reply "OK" to confirm that you are ready to receive the diffs for
8484
summarization.
8585
summarize_file_diff:
8686
required: false
8787
description: 'The prompt for each file diff'
8888
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.
9091
9192
```
9293
$summary
9394
```
9495
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.
101100
102101
```diff
103102
$file_diff

0 commit comments

Comments
 (0)