You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: utils/prompting.py
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,12 @@ def build_take_job_prompt(
81
81
SKELETON START
82
82
{skeleton.strip()}
83
83
SKELETON END
84
+
85
+
As a final reminder, please select a **non-empty, proper subset** of {v_braced} to implement.
86
+
87
+
We recommend choosing a consecutive block of methods that either starts at the beginning of {v_braced} or ends at its last method (DO NOT limit yourself to only the beginning).
88
+
89
+
Take particular care not to select all methods for implementation!
0 commit comments