Spaces:
Sleeping
Sleeping
EtienneB
commited on
Commit
·
d82a6d1
1
Parent(s):
ce842f8
Update agent.py
Browse files
agent.py
CHANGED
@@ -44,8 +44,8 @@ Your answer should be a number OR as few words as possible OR a comma separated
|
|
44 |
If you are asked for a number, don't use a comma to write your number, nor use units such as $ or percent sign unless specified otherwise.
|
45 |
If you are asked for a string, don't use articles, neither abbreviations (e.g. for cities), and write the digits in plain text unless specified otherwise.
|
46 |
If you are asked for a comma separated list, apply the above rules depending on whether the element to be put in the list is a number or a string.
|
47 |
-
Format your output as:
|
48 |
-
Do NOT include the format string or any JSON inside the submitted_answer field. Only output a single flat list as:
|
49 |
"""
|
50 |
|
51 |
# System message
|
|
|
44 |
If you are asked for a number, don't use a comma to write your number, nor use units such as $ or percent sign unless specified otherwise.
|
45 |
If you are asked for a string, don't use articles, neither abbreviations (e.g. for cities), and write the digits in plain text unless specified otherwise.
|
46 |
If you are asked for a comma separated list, apply the above rules depending on whether the element to be put in the list is a number or a string.
|
47 |
+
Format your output as: [{"task_id": ..., "submitted_answer": ...}]
|
48 |
+
Do NOT include the format string or any JSON inside the submitted_answer field. Only output a single flat list as: [{"task_id": ..., "submitted_answer": ...}]
|
49 |
"""
|
50 |
|
51 |
# System message
|