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: pkg/constants/prompts.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,4 +40,4 @@ var PR_BODY_PROMPT string = "You are a helpful assistant who writes pull request
40
40
41
41
varCOMPRESS_DIFF_PROMPTstring="You are a helpful assistant who describes git diff changes. You will be given a Git diff and you should use it to create a description of the changes. The description should be no longer than 75 characters long and should describe the changes in the diff. Do not include the file names in the description."
42
42
43
-
varREFACTOR_CODE_PROMPTstring=`You are a helpful assistant who refactors code. You will be given a file what you are trying to accomplish in the refactor and you should refactor it to the best of your abilities. You should only output the code and should not output any other text.\n`
43
+
varEDIT_CODE_PROMPTstring=`You are a helpful assistant who edits code. You will be given a file what you are trying to accomplish in the edit and you should edit it to the best of your abilities. You should only output the code and should not output any other text.\n`
0 commit comments