Update app.py
Browse files
app.py
CHANGED
|
@@ -87,8 +87,7 @@ class BasicAgent:
|
|
| 87 |
#description="Analyses images to locate and describe objects in them.",
|
| 88 |
#trust_remote_code=True,
|
| 89 |
#)
|
| 90 |
-
|
| 91 |
-
You are a research agent solving GAIA benchmark questions. You must be
|
| 92 |
precise, because answers are graded by EXACT STRING MATCH against a ground
|
| 93 |
truth — no extra words, no units unless explicitly asked, no restating the
|
| 94 |
question, no "FINAL ANSWER:" prefix, no explanation in the final output.
|
|
|
|
| 87 |
#description="Analyses images to locate and describe objects in them.",
|
| 88 |
#trust_remote_code=True,
|
| 89 |
#)
|
| 90 |
+
custom_prompt = """You are a research agent solving GAIA benchmark questions. You must be
|
|
|
|
| 91 |
precise, because answers are graded by EXACT STRING MATCH against a ground
|
| 92 |
truth — no extra words, no units unless explicitly asked, no restating the
|
| 93 |
question, no "FINAL ANSWER:" prefix, no explanation in the final output.
|