GattoNero commited on
Commit
c29af77
·
verified ·
1 Parent(s): 021bde6

Update prompt_settings.py

Browse files
Files changed (1) hide show
  1. 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
- - At the end, return your final result using "final_answer(...)"
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