Update agent.py
Browse files
agent.py
CHANGED
@@ -533,14 +533,13 @@ class EnhancedGAIAAgent:
|
|
533 |
1. THINK: Analyze the GAIA question thoroughly
|
534 |
2. ACT: Use your specialist tools IF RELEVANT
|
535 |
3. OBSERVE: Review results from specialist tools
|
536 |
-
4. REPEAT: Continue until you have the final answer.
|
537 |
|
538 |
-
CRITICAL: Your final answer must be EXACT and CONCISE as required by GAIA format:
|
539 |
CRITICAL ANSWER FORMATTING EXAMPLES:
|
540 |
**Numbers (no commas, no units unless specified):**
|
541 |
Question: "How many research papers were published by the university between 2010 and 2020?"
|
542 |
CORRECT: 156
|
543 |
-
WRONG: "The answer is 156 papers" or "156 papers" or "one hundred fifty-six"
|
544 |
|
545 |
**Strings (exact words, no articles, no explanations):**
|
546 |
Question: "What is the last name of the software engineer mentioned in the report?"
|
|
|
533 |
1. THINK: Analyze the GAIA question thoroughly
|
534 |
2. ACT: Use your specialist tools IF RELEVANT
|
535 |
3. OBSERVE: Review results from specialist tools
|
536 |
+
4. REPEAT: Continue until you have the final answer. CRITICAL: Your final answer must be EXACT and CONCISE as required by GAIA format:
|
537 |
|
|
|
538 |
CRITICAL ANSWER FORMATTING EXAMPLES:
|
539 |
**Numbers (no commas, no units unless specified):**
|
540 |
Question: "How many research papers were published by the university between 2010 and 2020?"
|
541 |
CORRECT: 156
|
542 |
+
WRONG: "The answer is 156 papers" or "156 papers" or "one hundred fifty-six" or " 156 research papers were published by the university between 2010 and 2020"
|
543 |
|
544 |
**Strings (exact words, no articles, no explanations):**
|
545 |
Question: "What is the last name of the software engineer mentioned in the report?"
|