mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-18 14:34:23 +01:00
fix(benchmark): Fix challenge input artifact upload
This commit is contained in:
@@ -85,7 +85,9 @@ class BaseChallenge(ABC):
|
||||
print()
|
||||
logger.debug(f"Starting {cls.info.name} challenge run")
|
||||
i = 0
|
||||
async for step in run_api_agent(cls.info.task, config, timeout):
|
||||
async for step in run_api_agent(
|
||||
cls.info.task, config, timeout, cls.info.task_artifacts_dir
|
||||
):
|
||||
i += 1
|
||||
print(f"[{cls.info.name}] - step {step.name} ({i}. request)")
|
||||
yield step
|
||||
|
||||
Reference in New Issue
Block a user