Update app.py
Browse files
app.py
CHANGED
|
@@ -85,7 +85,7 @@ class BasicAgent:
|
|
| 85 |
"(3) If a web search is needed and the answer is likely on Wikipedia, try using the wiki_url_tool to find the relevant page; "
|
| 86 |
"if that fails, search manually; if you use wikipedia, always use the wiki_tool to extract data from Wikipedia tables. They always contain the answer to your question. Carefully read and analyze them to identify the relevant table and extract the correct information based on the context of your question. Again, one or more valid tables always exist, so double check if needed. For each table, ask yourself the following question : Are the headers compatible with my question ? Is so, use the table. It may not contain the exact word you are searching for, but you will, by analysing the table content and mostly the headers, find the answer, always. Do not rely on any other sources. "
|
| 87 |
"(4) If you need to check if a table is commutative, use the commutative tool and nothing else. "
|
| 88 |
-
"(5) Never use synonyms not present in the question. If you are asked for a coma separated list, add a space after the coma. Example 'a, b' and not 'a,b'. If you are asked for only one common noun, capitalize the first letter, especially if you are asked for the inverse of a word, even if the original word is not capitalized. Example: use 'House' (not 'house'), but 'house, fridge' (not 'House, fridge').
|
| 89 |
"(6) Some questions may include a path to an attached file. If it contains an mp3 audio, use audio_tool to translate it to text." #If it contains an image, use image_tool to describe it.
|
| 90 |
"(7) If you need to know the list of vegetables, you will find it with vegetable_info_retriever."
|
| 91 |
"(8) If you need to read a python file, use the custom tool reader_python. If the word 'pass' is in the code, please replace it with 'vari=1'. before running the code. Do not change anything else. If you need to read a excel file, use the custom tool excel_reader"
|
|
|
|
| 85 |
"(3) If a web search is needed and the answer is likely on Wikipedia, try using the wiki_url_tool to find the relevant page; "
|
| 86 |
"if that fails, search manually; if you use wikipedia, always use the wiki_tool to extract data from Wikipedia tables. They always contain the answer to your question. Carefully read and analyze them to identify the relevant table and extract the correct information based on the context of your question. Again, one or more valid tables always exist, so double check if needed. For each table, ask yourself the following question : Are the headers compatible with my question ? Is so, use the table. It may not contain the exact word you are searching for, but you will, by analysing the table content and mostly the headers, find the answer, always. Do not rely on any other sources. "
|
| 87 |
"(4) If you need to check if a table is commutative, use the commutative tool and nothing else. "
|
| 88 |
+
"(5) Never use synonyms not present in the question. If you are asked for a coma separated list, add a space after the coma. Example 'a, b' and not 'a,b'. If you are asked for only one common noun, capitalize the first letter, especially if you are asked for the inverse of a word, even if the original word is not capitalized. Example: use 'House' (not 'house'), but 'house, fridge' (not 'House, fridge')."
|
| 89 |
"(6) Some questions may include a path to an attached file. If it contains an mp3 audio, use audio_tool to translate it to text." #If it contains an image, use image_tool to describe it.
|
| 90 |
"(7) If you need to know the list of vegetables, you will find it with vegetable_info_retriever."
|
| 91 |
"(8) If you need to read a python file, use the custom tool reader_python. If the word 'pass' is in the code, please replace it with 'vari=1'. before running the code. Do not change anything else. If you need to read a excel file, use the custom tool excel_reader"
|