Spaces:
Running
Running
Update prompt_settings.py
Browse files- prompt_settings.py +4 -0
prompt_settings.py
CHANGED
@@ -14,6 +14,10 @@ You must log your reasoning before giving any answer or calling any other tools.
|
|
14 |
'''
|
15 |
|
16 |
verification_of_final_answer2 = """
|
|
|
|
|
|
|
|
|
17 |
You must always solve the task step-by-step, using the tools provided.
|
18 |
|
19 |
Before calling any tool or giving any answer:
|
|
|
14 |
'''
|
15 |
|
16 |
verification_of_final_answer2 = """
|
17 |
+
Your final answer must be a raw string, consisting solely of the correct comma-separated list of ingredients.
|
18 |
+
Do not include any introductory text, phrases like “Here is”, or full sentences.
|
19 |
+
Just print the comma-separated list. Any deviation will be considered a failure.
|
20 |
+
|
21 |
You must always solve the task step-by-step, using the tools provided.
|
22 |
|
23 |
Before calling any tool or giving any answer:
|