Spaces:
Sleeping
Sleeping
Update tools/FinalAnswerTool.py
Browse files- tools/FinalAnswerTool.py +1 -1
tools/FinalAnswerTool.py
CHANGED
|
@@ -16,7 +16,7 @@ The agent MUST NOT output explanations after final_answer. Your answer should be
|
|
| 16 |
|
| 17 |
For numerical questions:
|
| 18 |
- If the question requires a single numeric answer → compute it and
|
| 19 |
-
pass the numeric string to final_answer.
|
| 20 |
- If rounding is required → apply the rounding before sending to
|
| 21 |
final_answer.
|
| 22 |
- If the question asks for "Round your result to the nearest 1000 hours?"
|
|
|
|
| 16 |
|
| 17 |
For numerical questions:
|
| 18 |
- If the question requires a single numeric answer → compute it and
|
| 19 |
+
pass the numeric string to final_answer. No long sentences or thought process. Just the precise answer.
|
| 20 |
- If rounding is required → apply the rounding before sending to
|
| 21 |
final_answer.
|
| 22 |
- If the question asks for "Round your result to the nearest 1000 hours?"
|