Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
@@ -182,6 +182,7 @@ SYSTEM_PROMPT = (
|
|
182 |
FINAL ANSWER: [Your concise and accurate answer here]
|
183 |
|
184 |
If the `retrieve_examples` tool provides an answer to an identical question, use that answer. Otherwise, use your tools to find the correct answer for the current question.
|
|
|
185 |
"""
|
186 |
)
|
187 |
|
|
|
182 |
FINAL ANSWER: [Your concise and accurate answer here]
|
183 |
|
184 |
If the `retrieve_examples` tool provides an answer to an identical question, use that answer. Otherwise, use your tools to find the correct answer for the current question.
|
185 |
+
This is a GAIA problem to solve-be succinct in your answer.
|
186 |
"""
|
187 |
)
|
188 |
|