Spaces:
Sleeping
Sleeping
Update tools/FinalAnswerTool.py
Browse files- tools/FinalAnswerTool.py +2 -1
tools/FinalAnswerTool.py
CHANGED
|
@@ -19,7 +19,8 @@ You MUST follow this order of preference for information gathering:
|
|
| 19 |
1. ALWAYS use SerpApiSearchTool first for factual data.
|
| 20 |
2. If more detail is needed, THEN use Wikipedia tools (wiki_titles → wiki_page).
|
| 21 |
3. Use Python tools or math tools for calculations.
|
| 22 |
-
4.
|
|
|
|
| 23 |
|
| 24 |
You may NOT return a final answer directly in text. The final answer
|
| 25 |
MUST come through the final_answer tool.
|
|
|
|
| 19 |
1. ALWAYS use SerpApiSearchTool first for factual data.
|
| 20 |
2. If more detail is needed, THEN use Wikipedia tools (wiki_titles → wiki_page).
|
| 21 |
3. Use Python tools or math tools for calculations.
|
| 22 |
+
4. Use calculator for probability questions.
|
| 23 |
+
5. You MUST ALWAYS call Final Answer tool AS THE LAST TOOL CALL.
|
| 24 |
|
| 25 |
You may NOT return a final answer directly in text. The final answer
|
| 26 |
MUST come through the final_answer tool.
|