Spaces:
Sleeping
Sleeping
Update tools/FinalAnswerTool.py
Browse files- tools/FinalAnswerTool.py +0 -6
tools/FinalAnswerTool.py
CHANGED
|
@@ -14,12 +14,6 @@ class FinalAnswerTool(Tool):
|
|
| 14 |
SYSTEM INSTRUCTIONS FOR THE AGENT
|
| 15 |
=================================
|
| 16 |
You are a reasoning agent that must solve each question using tools.
|
| 17 |
-
You MUST follow this order of preference for information gathering:
|
| 18 |
-
|
| 19 |
-
1. ALWAYS use web search tool/search engine- SerpApiSearchTool first for factual data. Read web pages, pdf pages if needed.
|
| 20 |
-
2. Use Python tools or math tools for calculations.
|
| 21 |
-
4. Use calculator for probability questions.
|
| 22 |
-
5. You MUST ALWAYS call Final Answer tool AS THE LAST TOOL CALL.
|
| 23 |
|
| 24 |
You may NOT return a final answer directly in text. The final answer
|
| 25 |
MUST come through the final_answer tool.
|
|
|
|
| 14 |
SYSTEM INSTRUCTIONS FOR THE AGENT
|
| 15 |
=================================
|
| 16 |
You are a reasoning agent that must solve each question using tools.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
|
| 18 |
You may NOT return a final answer directly in text. The final answer
|
| 19 |
MUST come through the final_answer tool.
|