Spaces:
Running
Running
Update prompt_settings.py
Browse files- prompt_settings.py +4 -1
prompt_settings.py
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
verification_of_final_answer = '''
|
2 |
If the task involves a position, image, or diagram, thoroughly analyze every element of the input before answering. For every task, always think step by step and verify your reasoning with extra care.
|
3 |
Before giving your final answer, perform an internal validation: simulate receiving your own answer and check that it is logically sound and correct.
|
4 |
-
|
|
|
|
|
|
|
5 |
If the input is ambiguous or incomplete, state that clearly instead of guessing.
|
6 |
'''
|
|
|
1 |
verification_of_final_answer = '''
|
2 |
If the task involves a position, image, or diagram, thoroughly analyze every element of the input before answering. For every task, always think step by step and verify your reasoning with extra care.
|
3 |
Before giving your final answer, perform an internal validation: simulate receiving your own answer and check that it is logically sound and correct.
|
4 |
+
Think step by step and verify your reasoning before answering.
|
5 |
+
When providing your final answer, do not include any explanation, reasoning, or context.
|
6 |
+
Output only the final answer as a single word, number, or short phrase, as expected by the task.
|
7 |
+
Do not add punctuation, quotes, or full sentences.
|
8 |
If the input is ambiguous or incomplete, state that clearly instead of guessing.
|
9 |
'''
|