mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-24 17:31:37 +01:00
ad4d063779
* prompts: avoid wrapping file attachments in code fences We previously included attached files like this ``` <attachment id="test.js" filePath="/home/jola/test.js"> \```javascript bar asd ( \``` </attachment> ``` Which, very reasonably, caused the model to get confused and think that the file actually contained those backticks. This change removes that so that it's just ``` <attachment id="test.js" filePath="/home/jola/test.js"> bar asd ( </attachment> ``` Refs https://github.com/microsoft/vscode/issues/260772#issuecomment-3176793591 Busted all the caches with associated baseline noise. * fixup
20 lines
610 B
JSON
20 lines
610 B
JSON
[
|
|
{
|
|
"name": "git commit message [external] [python] - Generated commit messages do not bias to conventional commit style",
|
|
"requests": [
|
|
"c6adf4dd2a9c98ef740322034bc4d9350ba3a9e5c93fb229e9406647da29bcbd"
|
|
]
|
|
},
|
|
{
|
|
"name": "git commit message [external] [python] - Generates a conventional commit message for a bug fix",
|
|
"requests": [
|
|
"6acab5b22afbce9ed62b59ddc0abe8c929961e85dffdc185fd3f86e9531121a1"
|
|
]
|
|
},
|
|
{
|
|
"name": "git commit message [external] [python] - Generates a simple commit message",
|
|
"requests": [
|
|
"163e8669564ba6cd9b16415252ce1ea6286df60d340b645c35de50844a95c030"
|
|
]
|
|
}
|
|
] |