You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openai.go
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,8 @@ import (
8
8
)
9
9
10
10
const (
11
-
PromptUpdateDesription="\"Generate a GitHub pull request description based on the following changes without basic prefix in markdown format with ###Description and ###Changes blocks:\\n\""
11
+
PromptUpdateDescription="\"Generate a GitHub pull request description based on the following changes without basic prefix in markdown format with ###Description and ###Changes blocks:\\n\""
12
+
PromptDescribeChanges="Bellow is the code patch, please describe the changes in the following format: **file name**:\\n###Description\\n###Changes\\n"
0 commit comments