FD900 commited on
Commit
ecb72ca
·
verified ·
1 Parent(s): 290dcc5

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -23,6 +23,6 @@ def solve_task(task, tools=TOOLS):
23
  response = mistral.run(prompt)
24
 
25
  return {
26
- "task_id": task["question_id"],
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
  }