Skip to content

Commit 0e217a1

Browse files
committed
Disable patch response in prompts.py
The patch response feature was not performing as expected, leading to a less than optimal user experience. This commit temporarily disables it until a more effective solution is implemented. 🚀🔧
1 parent f44414f commit 0e217a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

aicodebot/prompts.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,8 @@ def foo():
254254
library to produce a rich terminal output.
255255
256256
"""
257-
+ PATCH_FORMAT_EXPLANATION
257+
# Turn off patch response, as it's not working well. :(
258+
# + PATCH_FORMAT_EXPLANATION
258259
+ """
259260
260261
{context}

0 commit comments

Comments
 (0)