wrong question.
Browse files
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(
|
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,
|