Spaces:
Runtime error
Runtime error
Yago Bolivar
commited on
Commit
·
d1780a5
1
Parent(s):
b121170
feat: add agent answers JSON file for task submissions
Browse files
answers/agent_answers.json
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{"task_id": "task_0", "submitted_answer": "Agent's answer for task 0"},
|
| 3 |
+
{"task_id": "task_1", "submitted_answer": "Agent's answer for task 1"},
|
| 4 |
+
]
|