Skip to content

Commit 352e53d

Browse files
committed
fix meta prompt
1 parent e40bf4b commit 352e53d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

promptolution/utils/templates.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,9 @@
142142
143143
Task: <task_desc>
144144
145-
Explicitly state the expected format above by repeating its exact character sequence verbatim in every prompt.
145+
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 quotes as an array. Do not response with anything else. Start the array with [ and end with ]. Separate each prompt by a comma."""
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."""
148148

149149

150150
DOWNSTREAM_TEMPLATE = "<instruction>"

0 commit comments

Comments
 (0)