Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
|
@@ -122,7 +122,8 @@ class BasicAgent:
|
|
| 122 |
add_base_tools=False,
|
| 123 |
max_steps=10,
|
| 124 |
)
|
| 125 |
-
self.agent.system_prompt
|
|
|
|
| 126 |
"""
|
| 127 |
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:
|
| 128 |
[ANSWER]
|
|
|
|
| 122 |
add_base_tools=False,
|
| 123 |
max_steps=10,
|
| 124 |
)
|
| 125 |
+
#self.agent.system_prompt
|
| 126 |
+
self.agent.prompt_templates["system_prompt"] = (
|
| 127 |
"""
|
| 128 |
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:
|
| 129 |
[ANSWER]
|