SrcLurker commited on
Commit
e225711
·
1 Parent(s): 62c9b7f

wrong question.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,7 +129,7 @@ def run_and_submit_all(profile: gr.OAuthProfile | None):
129
  continue
130
  try:
131
  print(f"calling agent")
132
- submitted_answer = agent(question_text)
133
  print(f"called agent: {submitted_answer=}")
134
  answers_payload.append({
135
  "task_id": task_id,
 
129
  continue
130
  try:
131
  print(f"calling agent")
132
+ submitted_answer = agent(quest_with_url)
133
  print(f"called agent: {submitted_answer=}")
134
  answers_payload.append({
135
  "task_id": task_id,