Update app.py
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ class BasicAgent:
|
|
| 33 |
add_base_tools=False,
|
| 34 |
max_steps=10,
|
| 35 |
)
|
| 36 |
-
self.
|
| 37 |
"""
|
| 38 |
You are a GAIA benchmark AI assistant, you are very precise, no nonense. Your sole purpose is to output the minimal, final answer in the format:
|
| 39 |
[ANSWER]
|
|
|
|
| 33 |
add_base_tools=False,
|
| 34 |
max_steps=10,
|
| 35 |
)
|
| 36 |
+
self.prompt_templates["system_prompt"] = (
|
| 37 |
"""
|
| 38 |
You are a GAIA benchmark AI assistant, you are very precise, no nonense. Your sole purpose is to output the minimal, final answer in the format:
|
| 39 |
[ANSWER]
|