Sborole commited on
Commit
7794216
·
verified ·
1 Parent(s): 24a2ed7

Update tools/FinalAnswerTool.py

Browse files
Files changed (1) hide show
  1. tools/FinalAnswerTool.py +2 -2
tools/FinalAnswerTool.py CHANGED
@@ -29,7 +29,7 @@ For numerical questions:
29
  pass the numeric string to final_answer.
30
  - If rounding is required → apply the rounding before sending to
31
  final_answer.
32
- - If the question asks for "thousands of hours":
33
  STEP 1: Compute total time in hours.
34
  STEP 2: Divide by 1000 to convert to "thousands of hours".
35
  STEP 3: Round to the nearest integer.
@@ -52,7 +52,7 @@ PROHIBITIONS
52
  ------------------------------------------------------
53
  - No markdown.
54
  - No bold text.
55
- - No asterisks.
56
  - No units unless required.
57
  - No surrounding text.
58
  - No explanations after final_answer.
 
29
  pass the numeric string to final_answer.
30
  - If rounding is required → apply the rounding before sending to
31
  final_answer.
32
+ - If the question asks for "Round your result to the nearest 1000 hours?"
33
  STEP 1: Compute total time in hours.
34
  STEP 2: Divide by 1000 to convert to "thousands of hours".
35
  STEP 3: Round to the nearest integer.
 
52
  ------------------------------------------------------
53
  - No markdown.
54
  - No bold text.
55
+ - No asterisks like **<Int>**
56
  - No units unless required.
57
  - No surrounding text.
58
  - No explanations after final_answer.