git_ui: Try to prompt the model out of including the diff output (#26281)
This PR updates the prompt for generating commit messages to tell the model not to include the raw diff output in the message. Release Notes: - N/A
This commit is contained in:
parent
d1c67897c5
commit
ed417da536
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ If you can accurately express the change in just the subject line, don't include
|
|||
|
||||
Don't repeat information from the subject line in the message body.
|
||||
|
||||
Only return the commit message in your response. Do not include any additional meta-commentary about the task.
|
||||
Only return the commit message in your response. Do not include any additional meta-commentary about the task. Do not include the raw diff output in the commit message.
|
||||
|
||||
Follow good Git style:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue