Skip to content

Commit 5119d54

Browse files
author
Tulga Tsogtgerel
committed
tweak prompt
1 parent f5e9b9d commit 5119d54

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

src/utils/prompt.ts

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,13 @@ Your workflow:
2424
- What was done
2525
- Files modified
2626
- Links to PRs/commits
27-
5. Update the original comment with a final summary (remove previous messages, keep only the final summary) that includes:
28-
- What documentation was updated
29-
- Link to the docs PR`;
27+
5. Final Comment Update (IMPORTANT):
28+
- When you are completely done with all tasks, update the original comment ONE FINAL TIME.
29+
- REMOVE the entire task list/checklist from the comment.
30+
- Replace the comment body with ONLY a concise, minimal final summary.
31+
- Keep it brief: just state what was attempted and what was done.
32+
- Include links to any PRs/commits created.
33+
- The final comment should NOT contain any checkboxes, task lists, or verbose explanations.`;
3034

3135
export const generateContextPrompt = (context: GithubPullRequest) => {
3236
return `PR Title: ${context.title}

0 commit comments

Comments
 (0)