Skip to content

Commit 6dcf75d

Browse files
committed
clarify prompt format
1 parent 7d80705 commit 6dcf75d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

promptolution/utils/templates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
145145
Explicitly state the expected format above by repeating its exact character sequence verbatim in every prompt if applicable.
146146
147-
Create overall <n_prompts> prompts within json format, meaning strings inside quotes as an array. Do not response with anything else. Start the array with [ and end with ]. Separate each prompt by a comma, and do not use quotation marks inside the prompts."""
147+
Create overall <n_prompts> prompts within json format, meaning strings inside quotations marks ("") as an array. Do not response with anything else. Start the array with [ and end with ]. Separate each prompt by a comma, and do not use quotation marks inside the prompts."""
148148

149149

150150
DOWNSTREAM_TEMPLATE = "<instruction>"

0 commit comments

Comments
 (0)