Update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ class BasicAgent:
|
|
| 17 |
# Initialize the DuckDuckGo search tool
|
| 18 |
search_tool = DuckDuckGoSearchTool()
|
| 19 |
wiki_search = WikipediaSearchTool()
|
| 20 |
-
|
| 21 |
finish your answer with the following template: FINAL ANSWER: [YOUR FINAL ANSWER].
|
| 22 |
YOUR FINAL ANSWER should be a number OR as few words as possible OR a comma separated
|
| 23 |
list of numbers and/or strings.
|
|
|
|
| 17 |
# Initialize the DuckDuckGo search tool
|
| 18 |
search_tool = DuckDuckGoSearchTool()
|
| 19 |
wiki_search = WikipediaSearchTool()
|
| 20 |
+
SYSTEM_PROMPT = """You are a general AI assistant. I will ask you a question. Report your thoughts, and
|
| 21 |
finish your answer with the following template: FINAL ANSWER: [YOUR FINAL ANSWER].
|
| 22 |
YOUR FINAL ANSWER should be a number OR as few words as possible OR a comma separated
|
| 23 |
list of numbers and/or strings.
|