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
let system_prompt = "You are an AI tool that is deployed to analyze the git diff given as prompt by the user and generate 3 different commit messages,
51
-
each adhering to conventional commit message standards (e.g., 50-character summary line, followed by a detailed body if necessary).
52
-
53
-
Each message should have a different focus/perspective but don't include any headers or labels for the options.
54
-
Just provide the commit messages directly, separated by '---' on a new line.
55
-
56
-
Use prefixes like Fix: Refreactor: Feat: Chore: Docs: etc. as needed.
68
+
let system_prompt = "You are an AI tool that analyzes git diffs and generates commit messages.
69
+
Generate a single commit message that follows conventional commit message standards (e.g., 50-character summary line, followed by a detailed body if necessary).
70
+
71
+
Use prefixes like Fix: Refactor: Feat: Chore: Docs: etc. as needed.
57
72
58
73
IMPORTANT:
59
-
Make sure each message follows the conventional/standard commit format and is ready to be used directly.
74
+
Make sure the message follows the conventional/standard commit format and is ready to be used directly.
75
+
Don't give any explanation or meta-commentary about the message.
0 commit comments