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

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 %}