fix (suggesting_rules) add missing brace in the suggestion format (#1146)

This commit is contained in:
Christopher Brewin 2025-01-30 20:25:43 +10:00 committed by GitHub
parent 4502e3e1f1
commit 5d1bc6e8b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,6 +28,7 @@ Your task is to suggest code modifications at the cursor position. Follow these
"end_row": ${end_row},
"content": "Your suggested code here"
}
]
]
{% endraw %}