Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
|
@@ -23,6 +23,6 @@ def solve_task(task, tools=TOOLS):
|
|
| 23 |
response = mistral.run(prompt)
|
| 24 |
|
| 25 |
return {
|
| 26 |
-
"
|
| 27 |
"submitted_answer": response.strip()
|
| 28 |
}
|
|
|
|
| 23 |
response = mistral.run(prompt)
|
| 24 |
|
| 25 |
return {
|
| 26 |
+
"question_id": task["question_id"],
|
| 27 |
"submitted_answer": response.strip()
|
| 28 |
}
|