Sborole commited on
Commit
e894606
·
verified ·
1 Parent(s): d238daf

Update tools/FinalAnswerTool.py

Browse files
Files changed (1) hide show
  1. 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. You MUST ALWAYS call final_answer 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.
 
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.