Spaces:
Running
Running
Update prompt_settings.py
Browse files- prompt_settings.py +1 -1
prompt_settings.py
CHANGED
@@ -38,7 +38,7 @@ Your cycle consists of:
|
|
38 |
- ALWAYS use "log_thought()" first to log your thinking in each step.
|
39 |
- DO NOT provide a final answer without logging your reasoning.
|
40 |
- Use `print()` to show important intermediate results before making conclusions.
|
41 |
-
-
|
42 |
|
43 |
EXAMPLE:
|
44 |
|
|
|
38 |
- ALWAYS use "log_thought()" first to log your thinking in each step.
|
39 |
- DO NOT provide a final answer without logging your reasoning.
|
40 |
- Use `print()` to show important intermediate results before making conclusions.
|
41 |
+
- In the end, return the final answer using the "final_answer()" tool, if you do not return your final answer, the task is considered incomplete.
|
42 |
|
43 |
EXAMPLE:
|
44 |
|