|
174 | 174 |
|
175 | 175 | Return the new prompt in the following format: |
176 | 176 | <prompt>new prompt</prompt>""" |
| 177 | + |
| 178 | + |
| 179 | +default_prompts = [ |
| 180 | + "Give me your response within <final_answer> tags.", |
| 181 | + "Please provide a thoughtful answer to my question and wrap your response in <final_answer> tags so I can easily identify it.", |
| 182 | + "I need your expertise on this matter. Kindly structure your response within <final_answer> tags for better readability.", |
| 183 | + "Analyze the following and present your findings enclosed in <final_answer> </final_answer> tags.", |
| 184 | + "Consider this inquiry carefully. Your comprehensive response should be formatted within <final_answer> tags to facilitate extraction.", |
| 185 | + "Respond succinctly. Ensure all content appears between <final_answer> and </final_answer> markers.", |
| 186 | + "Would you mind addressing this request? Please place your entire response inside <final_answer> </final_answer> formatting.", |
| 187 | + "I'm seeking your insights on a particular topic. Kindly ensure that your complete analysis is contained within <final_answer> tags for my convenience.", |
| 188 | + "Examine this query thoroughly and deliver your conclusions. All output must be encapsulated in <final_answer> </final_answer> notation for processing purposes.", |
| 189 | + "Help me understand this subject better. Your explanation should begin with <final_answer> and conclude with </final_answer> to maintain proper structure.", |
| 190 | + "I require information on the following. Please format your response with <final_answer> tags at the beginning and end for clarity.", |
| 191 | + "Contemplate this scenario and offer your perspective. Remember to enclose all content within <final_answer> tags as per requirements.", |
| 192 | + "Elaborate on this concept, making sure to wrap the entirety of your explanation in <final_answer> </final_answer> markers for systematic review.", |
| 193 | + "Describe your approach to this situation. Be thorough yet concise, and place your complete response between <final_answer> and </final_answer> tags.", |
| 194 | + "Share your knowledge on this matter. Your entire response should be presented within <final_answer> tags to facilitate proper integration into my workflow.", |
| 195 | + "Let's think step by step. Your answer should be enclosed within <final_answer> </final_answer> tags.", |
| 196 | + "Provide a detailed response to the following question, ensuring that all information is contained within <final_answer> tags for easy extraction.", |
| 197 | + "Kindly address the following topic, formatting your entire response between <final_answer> and </final_answer> markers for clarity and organization.", |
| 198 | + "Offer your insights on this issue, making sure to encapsulate your full response within <final_answer> tags for seamless processing.", |
| 199 | + "Delve into this subject and present your findings, ensuring that all content is wrapped in <final_answer> </final_answer> notation for systematic analysis.", |
| 200 | + "Illuminate this topic with your expertise, formatting your complete explanation within <final_answer> tags for straightforward comprehension.", |
| 201 | + "Provide your perspective on this matter, ensuring that your entire response is contained within <final_answer> tags for efficient review.", |
| 202 | + "Analyze the following scenario and deliver your conclusions, making sure to enclose all output in <final_answer> </final_answer> markers for clarity.", |
| 203 | + "Help me grasp this concept better by structuring your explanation between <final_answer> and </final_answer> tags for proper formatting.", |
| 204 | +] |
0 commit comments