Spaces:
Running
Running
ffreemt
commited on
Commit
·
9c6c2c3
1
Parent(s):
3305d00
Fix {}
Browse files- basic_agent.py +1 -1
basic_agent.py
CHANGED
@@ -230,7 +230,7 @@ def main():
|
|
230 |
continue
|
231 |
try:
|
232 |
submitted_answer = agent(question_text)
|
233 |
-
print(f"{idx=} {
|
234 |
print([submitted_answer, question_text])
|
235 |
|
236 |
answers_payload.append({"task_id": task_id, "submitted_answer": submitted_answer})
|
|
|
230 |
continue
|
231 |
try:
|
232 |
submitted_answer = agent(question_text)
|
233 |
+
print(f"{idx=} {'*' * 20}")
|
234 |
print([submitted_answer, question_text])
|
235 |
|
236 |
answers_payload.append({"task_id": task_id, "submitted_answer": submitted_answer})
|