Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -279,6 +279,7 @@ class BasicAgent:
|
|
279 |
6. If the information doesn't contain the answer, say so honestly.
|
280 |
7. Do not invent anything. You can apply method to elaborate, but based on facts. Do not provide comments. Just the raw answer.
|
281 |
8. Format your response as a direct answer. For example, if you are asked the year in which World War II began, just reply: "FINAL ANSWER: 1939".
|
|
|
282 |
|
283 |
Question: {question}
|
284 |
|
|
|
279 |
6. If the information doesn't contain the answer, say so honestly.
|
280 |
7. Do not invent anything. You can apply method to elaborate, but based on facts. Do not provide comments. Just the raw answer.
|
281 |
8. Format your response as a direct answer. For example, if you are asked the year in which World War II began, just reply: "FINAL ANSWER: 1939".
|
282 |
+
9. Do not include your thoughts in your response. Only the final answer can be in your response.
|
283 |
|
284 |
Question: {question}
|
285 |
|